Conversation
Fixing adduser missing file
|
@raffus |
|
I had big hopes for this PR because I struggled as well to set up UVDesk on Docker (#787). |
Nice.
You need to run |
The problem was with the "adduser" command that needed to be added in Dockerfile, after apt-update. |
Sorry @raffus , but I don't get it. The Dockerfile should be responsible for setting up everything that is required. |
You're right. I'll fix it and send a PR. |
Fixing adduser missing file
1. Why is this change necessary?
To build docker image
2. What does this change do, exactly?
Docker build was not able to find adduser file
3. Please link to the relevant issues (if any).