archlinux-act/Dockerfile

9 lines
190 B
Text
Raw Normal View History

FROM archlinux:base-devel
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