Skip to content
Snippets Groups Projects
Commit 5ba04710 authored by Florian Deuerlein's avatar Florian Deuerlein
Browse files

fix-permissions for R package installs

parent 4afc3886
No related branches found
Tags v1.1
No related merge requests found
......@@ -107,6 +107,7 @@ RUN fix-permissions /opt/app-root/ && \
fix-permissions /tmp/cache/ && \
fix-permissions /usr/local/share/jupyter/ && \
fix-permissions /usr/local/etc/jupyter && \
fix-permissions /usr/local/lib/R/site-library && \
fix-permissions /usr/etc/jupyter/
# to support OpenShift's arbitrary UIDs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment