added pacman keyring initialization
All checks were successful
CI / Build arch-builder docker images (push) Successful in 13m38s

This commit is contained in:
2024-09-15 04:10:24 +08:00
parent df4fe6e465
commit 1f96966344

View File

@@ -2,6 +2,7 @@ FROM archlinux:latest AS base
COPY mirrorlist /etc/pacman.d/mirrolist COPY mirrorlist /etc/pacman.d/mirrolist
RUN pacman-key --init
RUN pacman-key --refresh-keys RUN pacman-key --refresh-keys
RUN pacman -Syu --noconfirm RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm --needed curl rustup RUN pacman -S --noconfirm --needed curl rustup