diff --git a/Dockerfile.arch b/Dockerfile.arch index d8d981e5..6a78522b 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -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 \