changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / Containerfile.archlinux

changeset 177: c118ac8feaf6
parent: a2207943048f
child: 1dbe27700e1b
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 01 Feb 2024 14:24:41 -0500
permissions: -rw-r--r--
description: pull-containers.sh
1 FROM archlinux:latest
2 RUN --network=host pacman-key --init
3 RUN --network=host pacman -Sy base-devel openssh mercurial git sqlite btrfs-progs liburing wireguard-tools clang tree-sitter libxcb glibc openssl --noconfirm
4 RUN --network=host pacman -Syu