From 71ce688d15147249557f2524da6f8293571981b7 Mon Sep 17 00:00:00 2001 From: Florian Deuerlein <florian.deuerlein@ebrains.eu> Date: Mon, 5 Jun 2023 11:49:13 +0200 Subject: [PATCH] add wget --- base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/base/Dockerfile b/base/Dockerfile index 6c3d4ec..d36f855 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -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 && \ -- GitLab