From f33ae6be4f967ee1d1d418b96c7895ead9437018 Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Wed, 29 Oct 2025 20:27:33 +0100 Subject: [PATCH] Fix arch build by adding `pacman-key --init` and updating `gtk2` to `gtk3` --- Dockerfile.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arch b/Dockerfile.arch index 2b6cc904..6a78522b 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -16,7 +16,7 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \ gcc \ git \ gpgme \ - gtk2 \ + gtk3 \ libgcrypt \ libmicrohttpd \ libnotify \