chore(latex): try latex-full

does not work either :(
This commit is contained in:
Steffen Jost 2025-03-07 15:25:02 +01:00
parent bee015c1f2
commit 1b8c6c33a7
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ apt-get -y update && apt-get -y install fonts-roboto
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \ --mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get -y update && apt-get -y install \ apt-get -y update && apt-get -y install \
texlive-latex-recommended \ texlive-full \
texlive-luatex \ texlive-luatex \
texlive-plain-generic \ texlive-plain-generic \
texlive-fonts-recommended \ texlive-fonts-recommended \

View File

@ -17,7 +17,7 @@ RUN apt-get update && apt-get -y install libsodium-dev
RUN apt-get update && apt-get -y install fonts-roboto RUN apt-get update && apt-get -y install fonts-roboto
# TODO: minimize texlive dependencies, switch to basic schemes where possible # TODO: minimize texlive dependencies, switch to basic schemes where possible
RUN apt-get update && apt-get -y install \ RUN apt-get update && apt-get -y install \
texlive-latex-commended \ texlive-full \
texlive-luatex \ texlive-luatex \
texlive-plain-generic \ texlive-plain-generic \
texlive-fonts-recommended \ texlive-fonts-recommended \