Add make to all dockerfiles

This commit is contained in:
2023-12-24 02:01:27 +01:00
parent 177f481b7e
commit 28fd7971f9
3 changed files with 3 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ 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
RUN pacman -S make perl texlive texlive-binextra texlive-pictures --noconfirm