Added latex dockerfile

master
Mark 2022-11-13 11:17:04 -08:00
parent b81253c1e6
commit 2d1ca5de0f
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 22 additions and 0 deletions

22
latex/Dockerfile Normal file
View File

@ -0,0 +1,22 @@
FROM archlinux
LABEL maintiner="Mark <mark@betalupi.com>"
RUN pacman -Fyy --noconfirm && \
#pacman -Syu --noconfirm && \
pacman -Sy --noconfirm \
# Texlive
texlive-most \
texlive-fontsextra \
texlive-lang \
# Tectonic
tectonic
RUN pacman -Sy --noconfirm \
curl \
git \
openssh \
python
ENV HOME /data
WORKDIR /data
VOLUME /data