Skip to content
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

adduser -D is ambiguous #6

Open
jensneuhaus opened this issue Oct 11, 2017 · 1 comment · May be fixed by #10
Open

adduser -D is ambiguous #6

jensneuhaus opened this issue Oct 11, 2017 · 1 comment · May be fixed by #10

Comments

@jensneuhaus
Copy link

jensneuhaus commented Oct 11, 2017

I am getting the following error for the given Dockerfile:
Option d is ambiguous (debug, disabled-login, disabled-password)

RUN adduser -D myuser

It should be RUN adduser --disabled-login myuser (or --disabled-password)

@jensneuhaus jensneuhaus changed the title adduser -d is ambiguous adduser -D is ambiguous Oct 11, 2017
@dmathieu
Copy link

I'm not seeing this error. Are you still able to get it today?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants