fix(docker): install archlinux-keyring before deps

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-01-15 14:18:17 -08:00
parent ae977e9440
commit 2badd32dfd
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -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 \