Skip to content

Commit

Permalink
Merge pull request #1483 from snyk/fix/anthoscli
Browse files Browse the repository at this point in the history
fix: don't remove anthoscli anymore
  • Loading branch information
popas90 authored Apr 26, 2024
2 parents 7ef1794 + a536dc0 commit edc9f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN adduser -S -G snyk -h /srv/app -u 10001 snyk

# Install gcloud
RUN curl -sL https://sdk.cloud.google.com > /install.sh
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
ENV PATH=/google-cloud-sdk/bin:$PATH
RUN rm /install.sh
RUN apk del curl bash
Expand Down

0 comments on commit edc9f34

Please sign in to comment.