From 8ae6754766c418d3866ae92682223cbab9218a36 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sat, 15 Jan 2022 15:02:27 -0800 Subject: [PATCH] fix(docker): use pacman-key --init Signed-off-by: Kevin Morris --- docker/scripts/install-deps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/scripts/install-deps.sh b/docker/scripts/install-deps.sh index b69aec16..1d33fc9f 100755 --- a/docker/scripts/install-deps.sh +++ b/docker/scripts/install-deps.sh @@ -4,6 +4,10 @@ # robust development ecosystem. set -eou pipefail +pacman-key --init +pacman-key -u +pacman-key --populate + # Install/update archlinux-keyring without cache. pacman -Sy --noconfirm --noprogressbar archlinux-keyring