Add 'Dockerfile'

This commit is contained in:
Jack Hadrill 2022-08-27 16:42:06 +00:00
parent e163e365b9
commit 5465cb68bf
1 changed files with 7 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM codercom/code-server:latest
RUN sudo apt-get update && sudo apt-get install -y \
python3 \
python3-venv \
python3-pip \
&& apt-get clean