changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.archlinux

revision 33: 48affaffc460
parent 8: 01a6a7befc6e
     1.1--- a/Containerfile.archlinux	Thu Aug 15 22:10:20 2024 -0400
     1.2+++ b/Containerfile.archlinux	Sat Aug 17 17:08:46 2024 -0400
     1.3@@ -1,4 +1,5 @@
     1.4 FROM archlinux:latest
     1.5-RUN --network=host pacman-key --init
     1.6-RUN --network=host pacman-key --populate archlinux
     1.7-RUN --network=host pacman -Syu base-devel less uutils-coreutils openssl openssh mercurial git liburing wireguard-tools libxcb zstd --noconfirm
     1.8\ No newline at end of file
     1.9+RUN --network=host pacman-key --init -u
    1.10+RUN --network=host pacman -Sy --needed archlinux-keyring --noconfirm && pacman -Su --noconfirm
    1.11+RUN --network=host pacman -Syu base-devel less uutils-coreutils openssl openssh mercurial git liburing wireguard-tools libxcb zstd pacman-contrib --noconfirm
    1.12+RUN pacman -Scc --noconfirm
    1.13\ No newline at end of file