Skip to content

Commit 59eacd2

Browse files
add --allow-releaseinfo-change flag to update (#1016)
1 parent 81507c8 commit 59eacd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.testing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
1717
WORKDIR $GOPATH
1818

1919
# Install binaries needed for builds and testing.
20-
RUN apt-get update
20+
RUN apt-get --allow-releaseinfo-change update
2121
RUN apt-get install -y jq gcc netcat
2222
RUN go get -v github.com/m-lab/gcp-config/cmd/cbif
2323

0 commit comments

Comments
 (0)