aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brandon Weeks <bweeks@google.com>2022-06-01 12:34:13 -0700
committerGravatar GitHub <noreply@github.com>2022-06-01 20:34:13 +0100
commitc065902ddd732c22d9ef7712a0dcd515b78750d6 (patch)
tree68181dbb2cac31ac116aa03ab1cebb8f48837948
parentdc435d0be5103022219c4c10e135352156f35600 (diff)
go-attestation: fix build (#6988)
-rw-r--r--projects/go-attestation/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/go-attestation/Dockerfile b/projects/go-attestation/Dockerfile
index 33999bef..526d277b 100644
--- a/projects/go-attestation/Dockerfile
+++ b/projects/go-attestation/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder-go
-RUN go get -u -d github.com/google/go-attestation/...
+RUN git clone --depth 1 https://github.com/google/go-attestation
WORKDIR go-attestation
COPY build.sh $SRC/