Added latex dockerfile
parent
b81253c1e6
commit
2d1ca5de0f
|
@ -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…
Reference in New Issue