mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-06-26 18:27:40 +00:00
update dockerfile
This commit is contained in:
@@ -30,6 +30,7 @@ RUN \
|
|||||||
curl \
|
curl \
|
||||||
net-tools \
|
net-tools \
|
||||||
unzip \
|
unzip \
|
||||||
|
make \
|
||||||
sudo && \
|
sudo && \
|
||||||
echo "**** install code-server ****" && \
|
echo "**** install code-server ****" && \
|
||||||
if [ -z ${CODE_RELEASE+x} ]; then \
|
if [ -z ${CODE_RELEASE+x} ]; then \
|
||||||
@@ -68,10 +69,13 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -
|
|||||||
chmod +x kubectl && \
|
chmod +x kubectl && \
|
||||||
mv kubectl /usr/bin/kubectl
|
mv kubectl /usr/bin/kubectl
|
||||||
|
|
||||||
RUN wget https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz && \
|
RUN curl -LO https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz && \
|
||||||
tar -zxvf helm-v3.9.0-linux-amd64.tar.gz && \
|
tar -zxvf helm-v3.9.0-linux-amd64.tar.gz && \
|
||||||
mv linux-amd64/helm /usr/bin/helm
|
mv linux-amd64/helm /usr/bin/helm
|
||||||
|
|
||||||
|
RUN curl -LO https://go.dev/dl/go1.19.2.linux-amd64.tar.gz && \
|
||||||
|
tar -C /usr/local -xzf go1.19.2.linux-amd64.tar.gz
|
||||||
|
|
||||||
|
|
||||||
# add local files
|
# add local files
|
||||||
COPY /root /
|
COPY /root /
|
||||||
|
|||||||
Reference in New Issue
Block a user