summarylogtreecommitdiffstats
path: root/Containerfile
blob: 9bf0fd77c5402f0c9cf72c7145724756c6075b69 (plain)
1
2
3
4
5
FROM archlinux:base-devel

RUN pacman -Sy --noconfirm && \
    useradd -m builder && \
    echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers