Skip to content

Commit

Permalink
Merge pull request #5 from dnkmmr69420/dnkmmr69420-patch-4
Browse files Browse the repository at this point in the history
Update Containerfile
  • Loading branch information
dnkmmr69420 authored Dec 9, 2023
2 parents 9c8c033 + 9644432 commit 6246dee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /

0 comments on commit 6246dee

Please sign in to comment.