diff --git a/Dockerfile b/Dockerfile index 1bbd9d6468e980280e5962111eedffd852d103ea..06f24b80c7f244c8b6dc223b6170262c50923233 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,10 +18,10 @@ RUN chmod -R 777 /usr/local/lib/R/site-library RUN apt-get update && \ apt-get install -y --no-install-recommends \ - apt-utils \ - libnetcdf-dev \ + #apt-utils \ + #libnetcdf-dev \ netcdf-bin \ - libhdf5-dev \ + #libhdf5-dev \ texlive-latex-base \ texlive-fonts-recommended \ texlive-fonts-extra \ @@ -29,8 +29,8 @@ RUN apt-get update && \ libgit2-dev \ manpages \ man-db \ - python3.6 \ - libpng-dev \ + #python3.6 \ + #libpng-dev \ less USER ${NB_USER}