Archived
Updated base docker image
This commit is contained in:
+1
-4
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:latest
|
FROM texlive/texlive:latest
|
||||||
|
|
||||||
# Updates and installs commons
|
# Updates and installs commons
|
||||||
RUN apt-get update \
|
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
|
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
|
||||||
ENV LANG=en_US.utf8
|
ENV LANG=en_US.utf8
|
||||||
|
|
||||||
# Install LaTeX
|
|
||||||
RUN apt-get install -y texlive-full
|
|
||||||
|
|
||||||
# Clears apt lists
|
# Clears apt lists
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user