Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Remove gcloud.json removal, since it's been removed from release.
  • Loading branch information
s4shyam95 authored Apr 2, 2024
1 parent fb5e9a4 commit ca1aaa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emulators/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN ARCH=`cat /tmp/arch` && \
gcloud config set metrics/environment github_docker_image_emulator && \
gcloud components remove anthoscli && \
gcloud components install beta `cat /tmp/additional_components` && \
rm /google-cloud-sdk/data/cli/gcloud.json && \
rm -rf /google-cloud-sdk/.install/.backup/ && \
find /google-cloud-sdk/ -name "__pycache__" -type d | xargs -n 1 rm -rf && \
rm -rf /var/lib/apt/lists tmp/*

0 comments on commit ca1aaa9

Please sign in to comment.