Files
wt-tut-presentations/lib/latex-common/dockerfiles/Dockerfile.archlinux
2026-04-22 17:41:23 +02:00

9 lines
259 B
Docker

FROM archlinux:latest
RUN pacman-key --init
RUN pacman-key --populate archlinux
RUN pacman -Sy archlinux-keyring --noconfirm && pacman -Su --noconfirm
RUN pacman -Syu --noconfirm
RUN pacman -S make perl texlive texlive-binextra texlive-pictures --noconfirm