Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b10b7f7

Browse files
committed
➕ Add golang, and remove skopeo, from the Code Server build
1 parent 7c8ad2c commit b10b7f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docker/DockerfileCodeServer

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN apt-get update -qqy && \
1010
bash-completion \
1111
dnsutils \
1212
file \
13+
golang \
1314
jq \
1415
libssl-dev \
1516
lldb \
@@ -79,12 +80,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
7980
RUN cd /root/.cargo/bin && find . -type f | xargs -i install {} /usr/local/bin/
8081
RUN cargo install --git https://github.com/rustwasm/wasm-pack.git
8182

82-
# skopeo install
83-
RUN echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list && \
84-
wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Debian_10/Release.key -O- | apt-key add - && \
85-
apt-get update -qq && \
86-
apt-get -qqy install skopeo
87-
8883
USER coder
8984

9085
# bash completion - kubernetes and helm

0 commit comments

Comments
 (0)