initial commit

This commit is contained in:
rob
2021-01-10 10:31:20 -05:00
commit e2696a4af5
6 changed files with 619 additions and 0 deletions

5
utils/ide/Dockerfile Normal file
View 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