diff --git a/Dockerfile b/Dockerfile index 7d5200f..e577cc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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