Skip to content
Snippets Groups Projects
Commit 71ce688d authored by Florian Deuerlein's avatar Florian Deuerlein
Browse files

add wget

parent ef6f5276
No related branches found
No related tags found
1 merge request!38Base image cleanup
Pipeline #22993 passed with stage
in 32 minutes and 12 seconds
...@@ -53,6 +53,7 @@ RUN apt-get install -y nodejs ...@@ -53,6 +53,7 @@ RUN apt-get install -y nodejs
# install min texlive (necessary for nb exports) # install min texlive (necessary for nb exports)
RUN apt-get update --yes && \ RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \ apt-get install --yes --no-install-recommends \
wget \
texlive-xetex \ texlive-xetex \
texlive-fonts-recommended \ texlive-fonts-recommended \
texlive-plain-generic && \ texlive-plain-generic && \
......
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