fix(docker): don't upgrade when installing keyring

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-01-15 14:47:03 -08:00
parent ed4d269f19
commit 4949b73eba
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -5,7 +5,7 @@
set -eou pipefail
# Install/update archlinux-keyring without cache.
pacman -Syu --noconfirm --noprogressbar archlinux-keyring
pacman -Sy --noconfirm --noprogressbar archlinux-keyring
# Install/update Arch Linux dependencies.
pacman -Syu --noconfirm --noprogressbar \