We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd2d18 commit c91169dCopy full SHA for c91169d
Dockerfile
@@ -36,12 +36,13 @@ RUN echo 'conda activate basesspcloud' >> /home/coder/.bashrc
36
ENV PATH="/home/coder/local/bin/conda/envs/basesspcloud/bin:${PATH}"
37
RUN echo "export PATH=$PATH" >> /home/coder/.bashrc
38
39
+# Switch back to non-root user
40
+USER coder
41
+
42
# Additional VSCode settings
43
RUN mkdir -p /home/coder/.local/share/code-server/User/
44
COPY settings.json /home/coder/.local/share/code-server/User/settings.json
45
-USER coder
-
46
# INSTALL VSTUDIO EXTENSIONS
47
RUN code-server --install-extension ms-python.python
48
RUN code-server --install-extension ms-kubernetes-tools.vscode-kubernetes-tools
0 commit comments