archlinux-act/Dockerfile

10 lines
191 B
Text
Raw Normal View History

2025-05-05 18:53:54 +02:00
FROM archlinux:base-devel
2025-05-05 18:53:54 +02:00
RUN pacman -Syu --needed --noconfirm nodejs git
RUN useradd -d /build -m build
USER build
WORKDIR /build
RUN echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers