diff options
author | crupest <crupest@outlook.com> | 2024-02-09 22:24:36 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-02-09 22:24:36 +0800 |
commit | 4faedc9ee32fe10597ed156786940f956aa86940 (patch) | |
tree | c0e69ae84d4dc2eaea1daf580c1c994547cfcc1d /docker/debian-dev/bootstrap/setup.bash | |
parent | 1ff6f34615cddf9fd3fc513201191ddae82e8a0a (diff) | |
download | crupest-4faedc9ee32fe10597ed156786940f956aa86940.tar.gz crupest-4faedc9ee32fe10597ed156786940f956aa86940.tar.bz2 crupest-4faedc9ee32fe10597ed156786940f956aa86940.zip |
docker(debian-dev): use an ordinary user rather than root.
Diffstat (limited to 'docker/debian-dev/bootstrap/setup.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/setup.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/setup.bash b/docker/debian-dev/bootstrap/setup.bash index 2aa88e0..c72db87 100755 --- a/docker/debian-dev/bootstrap/setup.bash +++ b/docker/debian-dev/bootstrap/setup.bash @@ -5,6 +5,7 @@ set -e export DEBIAN_FRONTEND=noninteractive /bootstrap/apt-source/setup.bash +/bootstrap/setup-user.bash /bootstrap/setup-base.bash /bootstrap/setup-dev.bash |