changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.archlinux

changeset 33: 48affaffc460
parent: 01a6a7befc6e
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 17 Aug 2024 17:08:46 -0400
permissions: -rw-r--r--
description: workers
1 FROM archlinux:latest
2 RUN --network=host pacman-key --init -u
3 RUN --network=host pacman -Sy --needed archlinux-keyring --noconfirm && pacman -Su --noconfirm
4 RUN --network=host pacman -Syu base-devel less uutils-coreutils openssl openssh mercurial git liburing wireguard-tools libxcb zstd pacman-contrib --noconfirm
5 RUN pacman -Scc --noconfirm