diff --git a/minimal-notebook/Dockerfile b/minimal-notebook/Dockerfile index a2a55747..4b1a4939 100644 --- a/minimal-notebook/Dockerfile +++ b/minimal-notebook/Dockerfile @@ -30,7 +30,7 @@ RUN apt-get update --yes && \ # https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex texlive-xetex \ texlive-fonts-recommended \ - texlive-latex-recommended && \ + texlive-plain-generic && \ apt-get clean && rm -rf /var/lib/apt/lists/* # Create alternative for nano -> nano-tiny