diff --git a/scripts/docker-install-phase2.bash b/scripts/docker-install-phase2.bash index 9b8106e..e8fb232 100755 --- a/scripts/docker-install-phase2.bash +++ b/scripts/docker-install-phase2.bash @@ -28,6 +28,7 @@ make man-db moreutils nano +ncdu iputils-ping ripgrep sudo diff --git a/scripts/docker-install-phase8.bash b/scripts/docker-install-phase8.bash index eefee5a..ded5284 100755 --- a/scripts/docker-install-phase8.bash +++ b/scripts/docker-install-phase8.bash @@ -14,8 +14,8 @@ else useradd --password "!" --create-home --groups sudo docker fi -tee /etc/sudoers.d/99-passwordless >/dev/null <<"EOF" -%sudo ALL=(ALL:ALL) NOPASSWD: ALL +tee /etc/sudoers.d/90-passwordless >/dev/null <<"EOF" +%sudo ALL=(ALL:ALL) NOPASSWD: ALL EOF touch /home/docker/.zshrc