Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Dec 10, 2023
1 parent a943abb commit c3373dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL com.github.containers.toolbox="true" \
maintainer="dnkmmr"

RUN pacman -Syu --noconfirm
RUN pacman -S go gopls python npm --noconfirm
RUN pacman -S go gopls python npm ninja cmake pyenv --noconfirm

RUN useradd -m --shell=/bin/bash yay && usermod -L yay && \
echo "yay ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
Expand All @@ -16,6 +16,7 @@ USER yay
WORKDIR /home/yay

RUN yay -Syu --noconfirm
RUN yay -S nvm --noconfirm
RUN yay -S vscodium-bin --noconfirm

USER root
Expand Down

0 comments on commit c3373dc

Please sign in to comment.