diff --git a/entrypoint.sh b/entrypoint.sh index 41e43bd..8ea2f61 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,7 +37,7 @@ done USER="$HOME_USER" if ! id -u $HOME_USER > /dev/null 2>&1; then - sudo adduser --disabled-password --gecos "" ${HOME_USER} + sudo adduser --disabled-password --gecos "" --uid 1000 ${HOME_USER} sudo echo "$HOME_USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/nopasswd > /dev/null # Check if the .bashrc file exists, if not, create it diff --git a/version.txt b/version.txt index 49b88e3..a99de22 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.16 \ No newline at end of file +3.0.17 \ No newline at end of file