mirror of https://github.com/google/oss-fuzz.git
go-attestation: fix build (#6988)
This commit is contained in:
parent
dc435d0be5
commit
c065902ddd
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
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
|
WORKDIR go-attestation
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue