mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
docker: simplify keyring update
- this wasn't using .pkg-cache before; we should, in case we already have the updated package downloaded. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
8cca03a3f6
commit
2f294480a9
1 changed files with 1 additions and 5 deletions
|
@ -5,11 +5,7 @@
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
# Update and rollout archlinux-keyring keys.
|
# Update and rollout archlinux-keyring keys.
|
||||||
pacman-key --init
|
pacman -Sy --noconfirm --noprogressbar --cachedir .pkg-cache archlinux-keyring
|
||||||
pacman-key --updatedb
|
|
||||||
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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue