Commit 9a9034a0 authored by Laurent Gatto's avatar Laurent Gatto
Browse files

Update Dockerfile

parent b761d4fb
......@@ -8,12 +8,19 @@ RUN pipx install renku=='0.9.1' --force
# e.g. the following installs apt-utils and vim; each pkg on its own line, all lines
# except for the last end with backslash '\' to continue the RUN line
#
# USER root
# RUN apt-get update && \
# apt-get install -y --no-install-recommends \
USER root
RUN apt-get update && \
apt-get install -y --no-install-recommends \
texlive-latex-base \
texlive-latex-recommende \
texlive-latex-extra \
libnetcdf-dev \
netcdf-bin \
libhdf5-dev \
libgit2-dev
# apt-utils \
# vim
# USER ${NB_USER}
USER ${NB_USER}
# install the R dependencies
COPY install.R /tmp/
......
Markdown is supported
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