From 9644432afa3efce659e14b94722acfa3f89fc940 Mon Sep 17 00:00:00 2001 From: dnkmmr <104856296+dnkmmr69420@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:49:12 -0600 Subject: [PATCH] Update Containerfile --- Containerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 /