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 196a26f commit 5461b2dCopy full SHA for 5461b2d
rstudio/Dockerfile
@@ -5,6 +5,7 @@ RUN pip install jupyter-rsession-proxy
5
6
# install rstudio-server
7
# 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
9
RUN apt-get update && \
10
apt-get install gdebi-core -y && \
11
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 && \
23
24
25
ENV PATH=$PATH:/usr/lib/rstudio-server/bin
26
-USER $NB_USER
27
+USER $NB_USER
0 commit comments