code-server/Dockerfile

9 lines
175 B
Docker
Raw Normal View History

2022-08-27 17:42:06 +01:00
FROM codercom/code-server:latest
2022-08-27 17:47:48 +01:00
RUN sudo sh -c "apt-get update && apt-get install -y \
2022-08-27 17:42:06 +01:00
python3 \
python3-venv \
python3-pip \
2022-08-27 17:47:48 +01:00
&& apt-get full-upgrade -y \
&& apt-get clean"