mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
(fix) Add tzdata as R pre-requisites. #502
This commit is contained in:
@@ -10,6 +10,7 @@ USER root
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
fonts-dejavu \
|
||||
tzdata \
|
||||
gfortran \
|
||||
gcc && apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
Reference in New Issue
Block a user