This repository was archived by the owner on Jan 17, 2024. It is now read-only.
This repository was archived by the owner on Jan 17, 2024. It is now read-only.
current user fails if the group/user exists in the image already #48
If running as
currentuser and the group or user already exists in the image, then the attempt to create the group or user will fail and error out the build.Probably can update
createUserAndGroupto check if it exists first.