Skip to content
Snippets Groups Projects
Commit cf8bd04f authored by Thomas Schneider's avatar Thomas Schneider
Browse files

fsmpi-latex: Don’t install recommended packages

This avoids pulling in all the X dependencies.
parent 2eaa1a2d
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
ARG DEBIAN_RELEASE=buster
FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-base:${DEBIAN_RELEASE}
RUN apt-get update && apt-get install -y texlive texlive-xetex latexmk lmodern fonts-cmu texlive-science texlive-publishers && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install --no-install-recommends -y texlive texlive-xetex latexmk lmodern fonts-cmu texlive-science texlive-publishers && rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment