mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): use pacman-key --init
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
4949b73eba
commit
8ae6754766
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue