Fix libraries

This commit is contained in:
2026-04-22 17:41:23 +02:00
parent c48ac0d394
commit 7222852a27
14 changed files with 1306 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
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