diff --git a/Containerfile b/Containerfile index 15efe00..9663cfd 100644 --- a/Containerfile +++ b/Containerfile @@ -5,18 +5,18 @@ LABEL com.github.containers.toolbox="true" \ summary="vscodium preinstalled on an arch linux docker image" \ maintainer="dnkmm" -RUN pacman -Syu --noconfirm -RUN pacman -S go gopls python --noconfirm +RUN pacman -Syu --noconfirm +RUN pacman -S go gopls python npm --noconfirm RUN useradd -m --shell=/bin/bash yay && usermod -L yay && \ echo "yay ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \ echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers -USER yay +USER yay WORKDIR /home/yay -RUN yay -Syu --noconfirm -RUN yay -S vscodium-bin --noconfirm +RUN yay -Syu --noconfirm +RUN yay -S vscodium-bin --noconfirm -USER root +USER root WORKDIR /