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