added pacman keyring initialization
All checks were successful
CI / Build arch-builder docker images (push) Successful in 13m38s
All checks were successful
CI / Build arch-builder docker images (push) Successful in 13m38s
This commit is contained in:
@@ -2,6 +2,7 @@ FROM archlinux:latest AS base
|
||||
|
||||
COPY mirrorlist /etc/pacman.d/mirrolist
|
||||
|
||||
RUN pacman-key --init
|
||||
RUN pacman-key --refresh-keys
|
||||
RUN pacman -Syu --noconfirm
|
||||
RUN pacman -S --noconfirm --needed curl rustup
|
||||
|
Reference in New Issue
Block a user