Revert "docker: simplify keyring update"

This reverts commit 2f294480a9.
This commit is contained in:
Kevin Morris 2022-01-24 14:54:11 -08:00
parent 2f294480a9
commit f7c81ce855
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -5,7 +5,11 @@
set -eou pipefail
# Update and rollout archlinux-keyring keys.
pacman -Sy --noconfirm --noprogressbar --cachedir .pkg-cache archlinux-keyring
pacman-key --init
pacman-key --updatedb
pacman-key --populate
pacman -Sy --noconfirm --noprogressbar archlinux-keyring
# Install other OS dependencies.
pacman -Syu --noconfirm --noprogressbar \