We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81507c8 commit 59eacd2Copy full SHA for 59eacd2
Dockerfile.testing
@@ -17,7 +17,7 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
17
WORKDIR $GOPATH
18
19
# Install binaries needed for builds and testing.
20
-RUN apt-get update
+RUN apt-get --allow-releaseinfo-change update
21
RUN apt-get install -y jq gcc netcat
22
RUN go get -v github.com/m-lab/gcp-config/cmd/cbif
23
0 commit comments