Skip to content
Snippets Groups Projects

Base image cleanup

Merged Florian Deuerlein requested to merge feature/image-cleanup into master
Files
2
+ 1
0
@@ -53,6 +53,7 @@ RUN apt-get install -y nodejs
# install min texlive (necessary for nb exports)
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
wget \
texlive-xetex \
texlive-fonts-recommended \
texlive-plain-generic && \