Fix: Add nodejs
All checks were successful
Release / release-image (push) Successful in 2m53s

This commit is contained in:
2024-10-18 16:59:48 +00:00
parent d3a361e268
commit 345fe09dd4

View File

@@ -1,7 +1,7 @@
FROM archlinux:base-devel
RUN pacman-key --init && pacman-key --populate
RUN pacman -Syu --needed --noconfirm minio-client
RUN pacman -Syu --needed --noconfirm nodejs minio-client
RUN echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers
RUN useradd -G wheel -d /build builder