go-attestation: fix build (#6988)

This commit is contained in:
Brandon Weeks 2022-06-01 12:34:13 -07:00 committed by GitHub
parent dc435d0be5
commit c065902ddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/