We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot build docker image from DockerFile because adduser is called before it is installed
When trying to build image from the DockerFile it fails due to missing program (adduser)
Error message :
=> ERROR [ 2/10] RUN adduser uvdesk -q --disabled-password --gecos "" 0.5s ------ > [ 2/10] RUN adduser uvdesk -q --disabled-password --gecos "": 0.484 /bin/sh: 1: adduser: not found
Please provide as detailed information about your environment as possible.
1. Any system 2. current master cbbb18356a65e107d03e47cbc2778a0983fe689c
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
1. $ git clone https://github.com/uvdesk/community-skeleton.git 2. $ cd community-skeleton 3. $ docker build -t uvdesk:uvdesk-current .
....
dockerpatch.patch
The text was updated successfully, but these errors were encountered:
thanks for sharing the patch.
Sorry, something went wrong.
No branches or pull requests
Bug report
Description
Cannot build docker image from DockerFile because adduser is called before it is installed
Issue Description
When trying to build image from the DockerFile it fails due to missing program (adduser)
Error message :
Preconditions
Please provide as detailed information about your environment as possible.
Steps to reproduce
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
Expected result
....
Actual result
Error message :
dockerpatch.patch
The text was updated successfully, but these errors were encountered: