Skip to content

Commit a536dc0

Browse files
committed
fix: don't try to remove anthoscli anymore
1 parent 7ef1794 commit a536dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN adduser -S -G snyk -h /srv/app -u 10001 snyk
3434

3535
# Install gcloud
3636
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
37+
RUN bash /install.sh --disable-prompts --install-dir=/ && rm -rf /google-cloud-sdk/platform
3838
ENV PATH=/google-cloud-sdk/bin:$PATH
3939
RUN rm /install.sh
4040
RUN apk del curl bash

0 commit comments

Comments
 (0)