Add 'Dockerfile'
This commit is contained in:
parent
e163e365b9
commit
5465cb68bf
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user