Skip to content

Commit

Permalink
fix: changed ownership of R packages folder to user
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Jun 27, 2022
1 parent a2e578c commit 8809c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfiles/rdsc_headless_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ RUN R -q -e "tinytex::tlmgr_conf(); \
USER root

RUN chown -R ${RSESSION_USER}:${RSESSION_USER} /home/${RSESSION_USER}/.TinyTeX && \
chmod -R g+w /home/${RSESSION_USER}/.TinyTeX
chmod -R g+w /home/${RSESSION_USER}/.TinyTeX && \
chown -R ${RSESSION_USER}:${RSESSION_USER} /usr/local/lib/R/site-library
# && \ chmod -R g+wx /home/${RSESSION_USER}/bin


Expand Down

0 comments on commit 8809c18

Please sign in to comment.