aboutsummaryrefslogtreecommitdiff
path: root/docker/code-server/Dockerfile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-07 21:12:03 +0800
committercrupest <crupest@outlook.com>2023-07-07 21:12:03 +0800
commitd61b3476962fd1e27911fc73550e6ec52debd316 (patch)
tree151e8fa551a36211510ce6d5187816feb2d9e80d /docker/code-server/Dockerfile
parente2e2f73fb9197ab739ce316f91c22b28393b65c3 (diff)
downloadcrupest-d61b3476962fd1e27911fc73550e6ec52debd316.tar.gz
crupest-d61b3476962fd1e27911fc73550e6ec52debd316.tar.bz2
crupest-d61b3476962fd1e27911fc73550e6ec52debd316.zip
Code server no longer install softwares.
Install them yourself!
Diffstat (limited to 'docker/code-server/Dockerfile')
-rw-r--r--docker/code-server/Dockerfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/docker/code-server/Dockerfile b/docker/code-server/Dockerfile
index 6794935..9a43f5e 100644
--- a/docker/code-server/Dockerfile
+++ b/docker/code-server/Dockerfile
@@ -1,13 +1,8 @@
FROM debian:latest
-ARG GIT_NAME=crupest
-ARG GIT_EMAIL=${CRUPEST_EMAIL}
-ENV GIT_NAME=$GIT_NAME
-ENV GIT_EMAIL=$GIT_EMAIL
-
WORKDIR /scripts
COPY *.bash /scripts/
-RUN /scripts/install-code-server.bash && /scripts/install-dev-tools.bash && rm -r /scripts
+RUN /scripts/install-code-server.bash
ENV LANG en_US.utf8
ENV CODE_SERVER_CONFIG="/data/code-server-config.yaml"