Merge pull request #496 from blacknred0/master

Patch R package install user issues
This commit is contained in:
Peter Parente
2017-11-12 17:30:46 -05:00
committed by GitHub

View File

@@ -8,6 +8,7 @@ USER root
# RSpark config
ENV R_LIBS_USER $SPARK_HOME/R/lib
RUN fix-permissions $R_LIBS_USER
# R pre-requisites
RUN apt-get update && \