Skip to content

Commit

Permalink
chore: add ii user to sudoers
Browse files Browse the repository at this point in the history
no passwd required
  • Loading branch information
BobyMCbobs committed Feb 19, 2024
1 parent fd5e40b commit 046cd11
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 @@ -13,7 +13,8 @@ RUN sed -i -e '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/fedora-updates-testi
nc \
cloud-utils \
strace
RUN bootupctl backend generate-update-metadata
RUN bootupctl backend generate-update-metadata && \
echo -e '\n\nii ALL=(ALL) NOPASSWD:ALL\n\n' >> /etc/sudoers
RUN flatpak remote-add --installation=image --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
flatpak install --installation=image -y org.mozilla.firefox \
flatpak install --installation=image -y com.slack.Slack \
Expand Down

0 comments on commit 046cd11

Please sign in to comment.