diff --git a/images/rstudio-notebook/Dockerfile b/images/rstudio-notebook/Dockerfile index 67002885..d07faf9f 100644 --- a/images/rstudio-notebook/Dockerfile +++ b/images/rstudio-notebook/Dockerfile @@ -44,9 +44,6 @@ COPY ./test ./integration_tests /home/jovyan/ RUN chmod 777 /var/ -R -# (Temp fix?) Make jovyan accessible so that RStudio does not complain -RUN chmod 777 /home/jovyan/ -R - USER $NB_USER # Cleanup