Compare commits

...

2 Commits

Author SHA1 Message Date
f33ae6be4f Fix arch build by adding pacman-key --init and updating gtk2 to gtk3
All checks were successful
CI Code / Check coding style (pull_request) Successful in 36s
CI Code / Check spelling (pull_request) Successful in 1m1s
CI Code / Linux (debian) (pull_request) Successful in 12m26s
CI Code / Linux (ubuntu) (pull_request) Successful in 12m44s
CI Code / Linux (arch) (pull_request) Successful in 14m22s
2025-10-29 20:27:33 +01:00
838446dce6 Fix arch build by adding pacman-key --init
Some checks failed
CI Code / Check spelling (pull_request) Successful in 19s
CI Code / Linux (arch) (pull_request) Failing after 24s
CI Code / Check coding style (pull_request) Successful in 1m8s
CI Code / Linux (ubuntu) (pull_request) Has been cancelled
CI Code / Linux (debian) (pull_request) Has been cancelled
2025-10-29 20:26:32 +01:00

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 \