diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-03-23 20:52:55 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-05 00:31:21 +0200 |
| commit | c7e9fb9dac3c0a2b4a0c6c2d5d34a12175aac096 (patch) | |
| tree | d9cafdea3432d7b5a13d3a47bfbe0808c554abb0 /build-containers/arch | |
| parent | 99fd689d01adeaa6847901c35172b533119fccda (diff) | |
Adapt arch build to use meson
Diffstat (limited to 'build-containers/arch')
| -rw-r--r-- | build-containers/arch/Containerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-containers/arch/Containerfile b/build-containers/arch/Containerfile index d732580..24e525d 100644 --- a/build-containers/arch/Containerfile +++ b/build-containers/arch/Containerfile @@ -1,6 +1,7 @@ FROM docker.io/ogarcia/archlinux:latest RUN pacman -Syu --noconfirm \ + appstream-glib \ make \ clang \ lld \ @@ -15,6 +16,7 @@ RUN pacman -Syu --noconfirm \ rsync \ rust \ pkgconf \ + meson \ && pacman -Scc --noconfirm # Create builder user for makepkg (can't run as root) |