code-server/Dockerfile

8 lines
143 B
Docker
Raw Normal View History

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