File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11FROM codercom/code-server:4.4.0
22ARG PYTHON_VERSION=3.10
33
4- # Install common softwares
5- RUN apt-get -y update && \
4+ USER root
5+
6+ # Install system libraries
7+ RUN sudo apt-get -y update && \
68 curl -s https://raw.githubusercontent.com/InseeFrLab/onyxia/main/resources/common-software-docker-images.sh | bash -s && \
79 apt-get install -y --no-install-recommends cmake g++ && \
8- rm -rf /var/lib/apt/lists/*
10+ sudo rm -rf /var/lib/apt/lists/*
911
1012# Install QUARTO
1113ARG QUARTO_VERSION="0.9.508"
@@ -46,3 +48,5 @@ RUN code-server --install-extension ms-azuretools.vscode-docker
4648RUN code-server --install-extension njpwerner.autodocstring
4749RUN code-server --install-extension redhat.vscode-yaml
4850RUN code-server --install-extension quarto.quarto
51+
52+ USER coder
You can’t perform that action at this time.
0 commit comments