Fix arch build by adding pacman-key --init
#46
@@ -1,6 +1,9 @@
|
|||||||
FROM archlinux
|
FROM archlinux
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
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 -S --needed --noconfirm \
|
||||||
autoconf \
|
autoconf \
|
||||||
autoconf-archive \
|
autoconf-archive \
|
||||||
automake \
|
automake \
|
||||||
@@ -15,7 +18,7 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
|||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
gpgme \
|
gpgme \
|
||||||
gtk2 \
|
gtk3 \
|
||||||
libgcrypt \
|
libgcrypt \
|
||||||
libmicrohttpd \
|
libmicrohttpd \
|
||||||
libnotify \
|
libnotify \
|
||||||
|
|||||||
Reference in New Issue
Block a user