Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Dec 8, 2023
1 parent b4b1f09 commit 856b4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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="dnkmm"

RUN pacman -Syu --noconfirm
RUN pacman -S go gopls python
RUN pacman -S go gopls python --noconfirm

RUN useradd -m --shell=/bin/bash yay && usermod -L yay && \
echo "yay ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
Expand Down

0 comments on commit 856b4fe

Please sign in to comment.