Skip to content

Commit

Permalink
Ensure adduser on Ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Dec 1, 2024
1 parent 8530db5 commit b46f796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euxo pipefail
# because any install command will fail later anyway.
apt-get --yes update --error-on=any

apt-get --yes install sudo
apt-get --yes install sudo adduser

# Make `apt-get install` work correctly in sudo for packages depending on those
# such as tzdata and keyboard-configuration that freeze the Docker installation
Expand Down

0 comments on commit b46f796

Please sign in to comment.