Fix arch build by adding pacman-key --init and updating gtk2 to gtk3

This commit is contained in:
2025-10-29 18:23:41 +01:00
parent 266f5aa046
commit fe6912a30c

View File

@@ -1,5 +1,6 @@
FROM archlinux
RUN pacman-key --init
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
autoconf \
autoconf-archive \
@@ -15,7 +16,7 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
gcc \
git \
gpgme \
gtk2 \
gtk3 \
libgcrypt \
libmicrohttpd \
libnotify \