This repository was archived by the owner on Feb 13, 2024. It is now read-only.
[BUG] Container Build fails on WSL - home directory not created? #248
Labels
bug
Something isn't working
Is there an existing issue for this?
Are you using the latest docker image for BTPSA?
Which area is mainly impacted
Docker Image (Build or Run)
Current Behavior
Executing the run script on WSL fails during container build with:
Expected Behavior
Build works fine.
Steps To Reproduce
On WSL2 on Windows, run the ./run script
Logs and configuration files available?
No response
Anything else?
I noticed that the dockerfile executes adduser with option --no-create-home, and also didn't find any other instruction that would create the home directory.
I removed the --no-create-home option and afterwards the run script worked fine, is there a reason to not create a home directory for the "user"-user?
The text was updated successfully, but these errors were encountered: