Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Dec 17, 2024
1 parent 6033265 commit f38c5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/archlinux/base-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN <<EOT
useradd -m notroot
echo "notroot ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/notroot
sed -i 's|#DisableSandbox|DisableSandbox|' /etc/pacman.conf
sed -i 's|^DownloadUser\s*=|#DownloadUser=|' /etc/pacman.conf
sed -i 's|^DownloadUser|#DownloadUser|' /etc/pacman.conf
EOT

USER notroot
Expand Down

0 comments on commit f38c5ff

Please sign in to comment.