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
I am getting the following error for the given Dockerfile: Option d is ambiguous (debug, disabled-login, disabled-password)
Option d is ambiguous (debug, disabled-login, disabled-password)
alpinehelloworld/Dockerfile
Line 19 in 40073ba
It should be RUN adduser --disabled-login myuser (or --disabled-password)
RUN adduser --disabled-login myuser
The text was updated successfully, but these errors were encountered:
I'm not seeing this error. Are you still able to get it today?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I am getting the following error for the given Dockerfile:
Option d is ambiguous (debug, disabled-login, disabled-password)
alpinehelloworld/Dockerfile
Line 19 in 40073ba
It should be
RUN adduser --disabled-login myuser
(or --disabled-password)The text was updated successfully, but these errors were encountered: