6 lines
225 B
Docker
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
|