Add 'Dockerfile'
This commit is contained in:
parent
e163e365b9
commit
5465cb68bf
|
@ -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
|
Loading…
Reference in New Issue