Skip to content

Commit

Permalink
deb: do not set UID explicitly
Browse files Browse the repository at this point in the history
Since ubuntu:noble, ID=1000 ubuntu user is created.
There is not a so many merit from specifying uid currently, so
just drop it.

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jul 4, 2024
1 parent 3f159db commit b56118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-package/test-install-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function setup_apt_user()
apt update
apt upgrade -y
apt install -y sudo expect curl
useradd -m -s /bin/bash -u 1000 $USER
useradd -m -s /bin/bash $USER
expect -c "
set timeout 5
spawn env LANG=C passwd $USER
Expand Down

0 comments on commit b56118c

Please sign in to comment.