-
-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Dockerfile #789
base: master
Are you sure you want to change the base?
Update Dockerfile #789
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).