Add dependencies for mleftright.sty to Dockerfiles

This commit is contained in:
Andreas Tsouchlos 2024-01-07 21:48:37 +01:00
parent 174548f4c4
commit 35e5593967
3 changed files with 3 additions and 5 deletions

View File

@ -2,6 +2,4 @@ FROM alpine:3.19
RUN apk update && apk upgrade
RUN apk add make texlive texmf-dist-pictures
RUN apk add texmf-dist-publishers
RUN apk add texmf-dist-science
RUN apk add texmf-dist-fontsextra
RUN apk add texmf-dist-publishers texmf-dist-science texmf-dist-fontsextra texmf-dist-latexextra

View File

@ -6,4 +6,4 @@ RUN pacman -Sy archlinux-keyring --noconfirm && pacman -Su --noconfirm
RUN pacman -Syu --noconfirm
RUN pacman -S make perl texlive texlive-binextra texlive-pictures --noconfirm
RUN pacman -S texlive-publishers texlive-mathscience texlive-fontsextra --noconfirm
RUN pacman -S texlive-publishers texlive-mathscience texlive-fontsextra texlive-latexextra --noconfirm

View File

@ -4,4 +4,4 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt update -y && apt upgrade -y
RUN apt install make texlive latexmk texlive-pictures -y
RUN apt install make texlive-publishers texlive-science texlive-fonts-extra -y
RUN apt install make texlive-publishers texlive-science texlive-fonts-extra texlive-latex-extra -y