FROM docker.io/ogarcia/archlinux:latest RUN pacman -Syu --noconfirm \ appstream-glib \ make \ clang \ lld \ curl \ tar \ gzip \ gettext \ gtk4 \ libadwaita \ gtksourceview5 \ fakeroot \ rsync \ rust \ pkgconf \ meson \ && pacman -Scc --noconfirm # Create builder user for makepkg (can't run as root) RUN useradd -m builder