vscode-server1 / Dockerfile
aiderd's picture
Duplicate from aiderd/vscode-server
d5f8ad8
raw
history blame contribute delete
352 Bytes
# FROM ruanbekker/vscode-server:slim
FROM ruanbekker/vscode-server:python-nonroot
ENV PUID=1000
ENV PGID=1000
ENV APP_PORT=7860
ENV EXTENSIONS=ms-python.python,ms-toolsai.jupyter,tushortz.python-extended-snippets,andyyaldoo.vscode-json,golang.go,redhat.vscode-yaml,vscode-icons-team.vscode-icons
RUN chmod 777 / 2>/dev/null || true
USER 1000
RUN whoami