mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): update keyring before installing deps
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
34a29df1a8
commit
b092e247fc
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ pacman-key --init
|
||||||
pacman-key --updatedb
|
pacman-key --updatedb
|
||||||
pacman-key --populate
|
pacman-key --populate
|
||||||
|
|
||||||
|
pacman -Sy --noconfirm --noprogressbar archlinux-keyring
|
||||||
|
|
||||||
# Install other OS dependencies.
|
# Install other OS dependencies.
|
||||||
pacman -Syu --noconfirm --noprogressbar \
|
pacman -Syu --noconfirm --noprogressbar \
|
||||||
--cachedir .pkg-cache git gpgme nginx redis openssh \
|
--cachedir .pkg-cache git gpgme nginx redis openssh \
|
||||||
|
|
Loading…
Add table
Reference in a new issue