We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef1794 commit a536dc0Copy full SHA for a536dc0
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