fix(docker): update keyring before installing deps

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-01-15 20:21:40 -08:00
parent 34a29df1a8
commit b092e247fc
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -9,6 +9,8 @@ pacman-key --init
pacman-key --updatedb
pacman-key --populate
pacman -Sy --noconfirm --noprogressbar archlinux-keyring
# Install other OS dependencies.
pacman -Syu --noconfirm --noprogressbar \
--cachedir .pkg-cache git gpgme nginx redis openssh \