Files
compose_stacks/utils/ide/Dockerfile
2021-01-10 10:31:20 -05:00

6 lines
225 B
Docker

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