Skip to content

Commit de8d76e

Browse files
authored
Remove unnecessary additional components
1 parent 1f98f10 commit de8d76e

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
@@ -54,7 +54,7 @@ RUN apk add --update make ca-certificates openssl python gettext \
5454
&& update-ca-certificates \
5555
&& wget https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz \
5656
&& tar zxvf google-cloud-sdk.tar.gz \
57-
&& ./google-cloud-sdk/install.sh --usage-reporting=false --path-update=true --additional-components kubectl \
57+
&& ./google-cloud-sdk/install.sh --usage-reporting=false --path-update=true \
5858
&& rm google-cloud-sdk.tar.gz \
5959
&& gcloud --quiet components update
6060

0 commit comments

Comments
 (0)