Add dockerfiles and README.md

This commit is contained in:
2023-12-21 02:16:25 +01:00
parent 23a62869be
commit e141782b2b
5 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
FROM archlinux:latest
RUN pacman-key --init
RUN pacman-key --populate archlinux
RUN pacman -Sy archlinux-keyring --noconfirm && pacman -Su --noconfirm
# RUN pacman-key --refresh-keys
RUN pacman -Syu --noconfirm
RUN pacman -S perl texlive texlive-binextra texlive-pictures --noconfirm