Fix libraries
This commit is contained in:
8
lib/latex-common/dockerfiles/Dockerfile.archlinux
Normal file
8
lib/latex-common/dockerfiles/Dockerfile.archlinux
Normal 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
|
||||
Reference in New Issue
Block a user