archlinux-act/Dockerfile
Edgar P. Burkhart 8751197146
Some checks failed
Push Docker image / build (push) Failing after 2m5s
Revert wrong updates
2025-05-05 18:53:54 +02:00

9 lines
191 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