Added latex dockerfile
This commit is contained in:
parent
b81253c1e6
commit
2d1ca5de0f
22
latex/Dockerfile
Normal file
22
latex/Dockerfile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user