Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
charithmadhuranga committed Feb 25, 2024
1 parent be8e9b9 commit 3d3a4bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/docker/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fi

if [ "${DOCKER_ADD_USER_TO_GROUP}" == "yes" ]; then
usermod "${BASE_USER}" -aG docker
newgrp docker
fi

if [ "${DOCKER_COMPOSE}" == "yes" ]; then
Expand Down

0 comments on commit 3d3a4bc

Please sign in to comment.