mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Merge branch 'master' into asalikhov/update
This commit is contained in:
@@ -12,8 +12,8 @@ ENV R_LIBS_USER $SPARK_HOME/R/lib
|
||||
RUN fix-permissions $R_LIBS_USER
|
||||
|
||||
# R pre-requisites
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
RUN apt-get update --yes && \
|
||||
apt-get install --yes --no-install-recommends \
|
||||
fonts-dejavu \
|
||||
gfortran \
|
||||
gcc && \
|
||||
|
Reference in New Issue
Block a user