uv-act/Dockerfile
2025-05-05 18:34:14 +02:00

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