From e12153e3e4e17374214a26c81379ff0dc05f2291 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sat, 16 Mar 2024 09:35:17 -0600 Subject: [PATCH] Update Dockerfile --- latex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/Dockerfile b/latex/Dockerfile index 20860aa..23bc9c2 100644 --- a/latex/Dockerfile +++ b/latex/Dockerfile @@ -17,7 +17,7 @@ ARG JRE=default-jre-headless # hadolint ignore=DL3008 RUN apt-get update && \ - apt-get install --install-suggests -y texlive texlive-extra-utils texlive-lang-all && \ + apt-get install --install-suggests -y texlive texlive-extra-utils && \ apt-get install --no-install-recommends -y \ # some auxiliary tools "$WGET" \