Skip to content

Commit

Permalink
Remove google cloud sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Apr 25, 2024
1 parent 6935da5 commit 9b1f16c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN curl -s -L https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key a
&& echo "deb http://packages.cloud.google.com/apt cloud-sdk-stretch main" > /etc/apt/sources.list.d/google-cloud-sdk.list \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
google-cloud-sdk \
kubectl \
&& rm -rf /var/lib/apt/lists/*
# install age
Expand Down

0 comments on commit 9b1f16c

Please sign in to comment.