Add make to all dockerfiles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user