Skip to content

Commit

Permalink
⎈ Add kpt to the Code Server setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndebuhr committed Mar 29, 2022
1 parent cd35af1 commit ea89379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
RUN echo "deb http://packages.cloud.google.com/apt cloud-sdk-$(lsb_release -c -s) main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \
apt-get update -qqy && \
apt-get install -qqy --no-install-recommends google-cloud-sdk && \
apt-get install -qqy --no-install-recommends \
google-cloud-sdk \
google-cloud-sdk-kpt && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit ea89379

Please sign in to comment.