diff --git a/Dockerfile b/Dockerfile index 59b36994955..be530a66115 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,27 +1,35 @@ #base stage FROM --platform=linux/amd64 archlinux:base-devel AS builder -# Force-sync packages, install archlinux-keyring, repopulate keys -RUN pacman -Syy -RUN pacman -S archlinux-keyring --noconfirm --disable-download-timeout -RUN rm -rf /etc/pacman.d/gnupg/* && pacman-key --init && pacman-key --populate archlinux +ARG NIGHTLY_VERSION=2024-04-18 -# Install updates -RUN pacman -Syu --noconfirm --disable-download-timeout +RUN <