aboutsummaryrefslogtreecommitdiff
path: root/build-containers/arch/Containerfile
blob: d7325800943c8b036fb430f5d9c65aa6315a5aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FROM docker.io/ogarcia/archlinux:latest

RUN pacman -Syu --noconfirm \
    make \
    clang \
    lld \
    curl \
    tar \
    gzip \
    gettext \
    gtk4 \
    libadwaita \
    gtksourceview5 \
    fakeroot \
    rsync \
    rust \
    pkgconf \
    && pacman -Scc --noconfirm

# Create builder user for makepkg (can't run as root)
RUN useradd -m builder