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