aboutsummaryrefslogtreecommitdiff
path: root/projects/hugo/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/hugo/Dockerfile')
-rw-r--r--projects/hugo/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/hugo/Dockerfile b/projects/hugo/Dockerfile
index 3584ce980..bfba1a283 100644
--- a/projects/hugo/Dockerfile
+++ b/projects/hugo/Dockerfile
@@ -16,7 +16,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
-ENV GO111MODULE on
RUN git clone https://github.com/gohugoio/hugo
-COPY build.sh $SRC/
+COPY build.sh fuzz.go $SRC/
WORKDIR $SRC/hugo