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

Add fsmpi-latex container

parent 27d5974d
No related branches found
No related tags found
No related merge requests found
Pipeline #1050 passed
...@@ -58,6 +58,12 @@ base-buster: ...@@ -58,6 +58,12 @@ base-buster:
variables: variables:
IMAGE_NAME: fsmpi-base IMAGE_NAME: fsmpi-base
latex-buster:
extends: .build-buster
stage: first
variables:
IMAGE_NAME: fsmpi-latex
packages-stretch: packages-stretch:
extends: .build-stretch extends: .build-stretch
stage: first stage: first
......
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 && 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