diff --git a/docker/scripts/install-deps.sh b/docker/scripts/install-deps.sh index f55cfa3b..5d66f6bb 100755 --- a/docker/scripts/install-deps.sh +++ b/docker/scripts/install-deps.sh @@ -4,6 +4,10 @@ # robust development ecosystem. set -eou pipefail +# Install/update archlinux-keyring without cache. +pacman -Syu --noconfirm --noprogressbar archlinux-keyring + +# Install/update Arch Linux dependencies. pacman -Syu --noconfirm --noprogressbar \ --cachedir .pkg-cache git gpgme nginx redis openssh \ mariadb mariadb-libs cgit-aurweb uwsgi uwsgi-plugin-cgi \