diff --git a/docker/backend/Dockerfile b/docker/backend/Dockerfile index 9b835ea78..cacb09acf 100644 --- a/docker/backend/Dockerfile +++ b/docker/backend/Dockerfile @@ -24,7 +24,7 @@ apt-get -y update && apt-get -y install fonts-roboto RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ --mount=type=cache,target=/var/lib/apt,sharing=locked \ apt-get -y update && apt-get -y install \ - texlive-latex-recommended \ + texlive-full \ texlive-luatex \ texlive-plain-generic \ texlive-fonts-recommended \ diff --git a/docker/fradrive/Dockerfile b/docker/fradrive/Dockerfile index d5919f0ea..238934af9 100755 --- a/docker/fradrive/Dockerfile +++ b/docker/fradrive/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && apt-get -y install libsodium-dev RUN apt-get update && apt-get -y install fonts-roboto # TODO: minimize texlive dependencies, switch to basic schemes where possible RUN apt-get update && apt-get -y install \ - texlive-latex-commended \ + texlive-full \ texlive-luatex \ texlive-plain-generic \ texlive-fonts-recommended \