initial commit
This commit is contained in:
5
utils/ide/Dockerfile
Normal file
5
utils/ide/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM linuxserver/code-server
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y python3 python3-pip python3-venv docker.io && apt-get clean && apt-get autoclean
|
||||
|
||||
RUN pip3 install --no-cache pylint pyls yapf rope
|
||||
Reference in New Issue
Block a user