code-server/Dockerfile
Jack Hadrill 77cc84652d
All checks were successful
continuous-integration/drone/push Build is passing
Update 'Dockerfile'
2022-08-27 16:47:48 +00:00

9 lines
175 B
Docker

FROM codercom/code-server:latest
RUN sudo sh -c "apt-get update && apt-get install -y \
python3 \
python3-venv \
python3-pip \
&& apt-get full-upgrade -y \
&& apt-get clean"