Skip to content

Commit 632403a

Browse files
authored
Fixed go-plus docker image (#15867)
1 parent 654d941 commit 632403a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/containers/go-plus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY --from=builder /go/cache /go/cache
2323
RUN apt-get update && \
2424
apt-get install -y git jq unzip zip parallel apt-transport-https ca-certificates gnupg curl && \
2525
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \
26-
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/cloud.google.gpg && \
26+
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor -o /usr/share/keyrings/cloud.google.gpg && \
2727
apt-get update -y && \
2828
apt-get install google-cloud-cli -y && \
2929
apt-get clean && \

0 commit comments

Comments
 (0)