diff options
Diffstat (limited to 'projects/golang-protobuf/Dockerfile')
-rw-r--r-- | projects/golang-protobuf/Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/projects/golang-protobuf/Dockerfile b/projects/golang-protobuf/Dockerfile index fd2a6834..31cc7970 100644 --- a/projects/golang-protobuf/Dockerfile +++ b/projects/golang-protobuf/Dockerfile @@ -16,10 +16,6 @@ FROM gcr.io/oss-fuzz-base/base-builder-go -ENV GO111MODULE="on" -ENV GOFUZZ111MODULE="on" - -RUN git clone https://github.com/protocolbuffers/protobuf-go.git RUN git clone https://go.googlesource.com/protobuf $GOPATH/src/google.golang.org/protobuf COPY build.sh $SRC/ WORKDIR $GOPATH/src/google.golang.org/protobuf |