changelog shortlog graph tags branches changeset files file revisions raw help

Mercurial > infra > pod / annotate Containerfile.archlinux

changeset 42: be286d8b2764
parent: 48affaffc460
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 28 Sep 2024 16:49:18 -0400
permissions: -rw-r--r--
description: emacs fixes
0
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
1
 FROM archlinux:latest
33
48affaffc460 workers
Richard Westhaver <ellis@rwest.io>
parents: 8
diff changeset
2
 RUN --network=host pacman-key --init -u
48affaffc460 workers
Richard Westhaver <ellis@rwest.io>
parents: 8
diff changeset
3
 RUN --network=host pacman -Sy --needed archlinux-keyring --noconfirm && pacman -Su --noconfirm
48affaffc460 workers
Richard Westhaver <ellis@rwest.io>
parents: 8
diff changeset
4
 RUN --network=host pacman -Syu base-devel less uutils-coreutils openssl openssh mercurial git liburing wireguard-tools libxcb zstd pacman-contrib --noconfirm
48affaffc460 workers
Richard Westhaver <ellis@rwest.io>
parents: 8
diff changeset
5
 RUN pacman -Scc --noconfirm