We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efed3f5 + edc9f34 commit 947a3c8Copy full SHA for 947a3c8
Dockerfile
@@ -34,7 +34,7 @@ RUN adduser -S -G snyk -h /srv/app -u 10001 snyk
34
35
# Install gcloud
36
RUN curl -sL https://sdk.cloud.google.com > /install.sh
37
-RUN bash /install.sh --disable-prompts --install-dir=/ && rm /google-cloud-sdk/bin/anthoscli && rm -rf /google-cloud-sdk/platform
+RUN bash /install.sh --disable-prompts --install-dir=/ && rm -rf /google-cloud-sdk/platform
38
ENV PATH=/google-cloud-sdk/bin:$PATH
39
RUN rm /install.sh
40
RUN apk del curl bash
0 commit comments