aboutsummaryrefslogtreecommitdiff
path: root/build-containers/arch
diff options
context:
space:
mode:
Diffstat (limited to 'build-containers/arch')
-rw-r--r--build-containers/arch/Containerfile2
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)