changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.archlinux

revision 0: 98aa8d30816a
child 5: f2244a1fa02f
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/Containerfile.archlinux	Fri Jun 14 19:15:37 2024 +0000
     1.3@@ -0,0 +1,4 @@
     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 openssh mercurial git sqlite btrfs-progs liburing wireguard-tools clang tree-sitter libxcb glibc openssl zstd --noconfirm
     1.8\ No newline at end of file