We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654d941 commit 632403aCopy full SHA for 632403a
.ci/containers/go-plus/Dockerfile
@@ -23,7 +23,7 @@ COPY --from=builder /go/cache /go/cache
23
RUN apt-get update && \
24
apt-get install -y git jq unzip zip parallel apt-transport-https ca-certificates gnupg curl && \
25
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 && \
+ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor -o /usr/share/keyrings/cloud.google.gpg && \
27
apt-get update -y && \
28
apt-get install google-cloud-cli -y && \
29
apt-get clean && \
0 commit comments