archlinux-act/Dockerfile

9 lines
No EOL
190 B
Docker

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