Updated base docker image

This commit is contained in:
2026-03-19 15:16:43 +01:00 Verified
parent 66f9f6852e
commit 2bbd823088
+1 -4
View File
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM texlive/texlive:latest
# Updates and installs commons
RUN apt-get update \
@@ -14,9 +14,6 @@ RUN apt-get update \
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
ENV LANG=en_US.utf8
# Install LaTeX
RUN apt-get install -y texlive-full
# Clears apt lists
RUN rm -rf /var/lib/apt/lists/*