Compare commits
1 Commits
674a70d4aa
...
74cfd32c1e
| Author | SHA1 | Date | |
|---|---|---|---|
|
74cfd32c1e
|
@@ -1,8 +1,9 @@
|
||||
FROM archlinux
|
||||
|
||||
RUN pacman -Syu --noconfirm
|
||||
RUN pacman -S --needed --noconfirm reflector && reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
|
||||
RUN pacman-key --init
|
||||
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
||||
RUN pacman -S --needed --noconfirm \
|
||||
autoconf \
|
||||
autoconf-archive \
|
||||
automake \
|
||||
|
||||
Reference in New Issue
Block a user