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.
2 parents 5cfdead + 9b11542 commit 68808c2Copy full SHA for 68808c2
Dockerfile
@@ -36,7 +36,7 @@ RUN useradd -g snyk -d /srv/app -u 10001 snyk
36
37
# Install gcloud
38
RUN curl -sL https://sdk.cloud.google.com > /install.sh
39
-RUN bash /install.sh --disable-prompts --install-dir=/
+RUN bash /install.sh --disable-prompts --install-dir=/ && rm /google-cloud-sdk/bin/anthoscli
40
ENV PATH=/google-cloud-sdk/bin:$PATH
41
RUN rm /install.sh
42
0 commit comments