aboutsummaryrefslogtreecommitdiff
path: root/projects/fastjson/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/fastjson/Dockerfile')
-rw-r--r--projects/fastjson/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/fastjson/Dockerfile b/projects/fastjson/Dockerfile
index 7da61ee49..9c196148d 100644
--- a/projects/fastjson/Dockerfile
+++ b/projects/fastjson/Dockerfile
@@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-RUN go get github.com/valyala/fastjson
+RUN git clone --depth 1 https://github.com/valyala/fastjson
COPY build.sh $SRC/
-WORKDIR $SRC/
+WORKDIR $SRC/fastjson