Skip to content

Commit 4bc1d33

Browse files
committed
removed the tar
1 parent b4a35d2 commit 4bc1d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN mkdir -p /usr/local/gcloud \
3939
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
4040
RUN gcloud components install gke-gcloud-auth-plugin
4141
RUN gcloud components remove gcloud-crc32c
42-
42+
RUN rm /tmp/google-cloud-sdk.tar.gz
4343
# Install AWS CLI
4444
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
4545
&& unzip awscliv2.zip \

0 commit comments

Comments
 (0)