mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 07:56:21 +00:00
Fix arch build by adding pacman-key --init and updating gtk2 to gtk3
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM archlinux
|
FROM archlinux
|
||||||
|
|
||||||
|
RUN pacman-key --init
|
||||||
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
||||||
autoconf \
|
autoconf \
|
||||||
autoconf-archive \
|
autoconf-archive \
|
||||||
@@ -15,7 +16,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