Skip to content

Commit

Permalink
removed the tar
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jul 21, 2024
1 parent b4a35d2 commit 4bc1d33
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 @@ -39,7 +39,7 @@ RUN mkdir -p /usr/local/gcloud \
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
RUN gcloud components install gke-gcloud-auth-plugin
RUN gcloud components remove gcloud-crc32c

RUN rm /tmp/google-cloud-sdk.tar.gz
# Install AWS CLI
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
Expand Down

0 comments on commit 4bc1d33

Please sign in to comment.