fix(docker): use pacman-key --init

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

View file

@ -4,6 +4,10 @@
# robust development ecosystem. # robust development ecosystem.
set -eou pipefail set -eou pipefail
pacman-key --init
pacman-key -u
pacman-key --populate
# Install/update archlinux-keyring without cache. # Install/update archlinux-keyring without cache.
pacman -Sy --noconfirm --noprogressbar archlinux-keyring pacman -Sy --noconfirm --noprogressbar archlinux-keyring