changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / Containerfile.archlinux

changeset 181: d6dcfcb6b805
parent: c118ac8feaf6
child: 1dbe27700e1b
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 01 Feb 2024 16:03:17 -0500
permissions: -rw-r--r--
description: add zellij to cargo tools
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