Skip to content

Commit 5461b2d

Browse files
committed
accidentally removed user context
1 parent 196a26f commit 5461b2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rstudio/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN pip install jupyter-rsession-proxy
55

66
# install rstudio-server
77
# Note: 1.4x & 1.3x have problems with proxying and auth flow, see: https://github.com/jupyterhub/jupyter-rsession-proxy/issues/97
8+
USER root
89
RUN apt-get update && \
910
apt-get install gdebi-core -y && \
1011
curl --silent -L --fail http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb > /tmp/libssl.deb && \
@@ -23,4 +24,4 @@ RUN apt-get update && \
2324

2425
ENV PATH=$PATH:/usr/lib/rstudio-server/bin
2526

26-
USER $NB_USER
27+
USER $NB_USER

0 commit comments

Comments
 (0)