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

Dockerfile: Use unambiguous adduser arguments #331

Merged
merged 2 commits into from
Apr 4, 2018
Merged

Conversation

hexagon6
Copy link
Contributor

@hexagon6 hexagon6 commented Apr 4, 2018

-D & -h are amgibuous arguments and could mean different things on different operating systems.

I assumed that with -D --disabled-password was meant. -h usually resolves to --help, but --home was meant.

These changes fix errors when building the docker image.

-D & -h are amgibuous arguments and could mean different things on different operating systems.

I assumed that with -D --disabled-password was meant. -h usually resolves to --help, but --home was meant.
@b5 b5 self-requested a review April 4, 2018 21:30
@b5 b5 added the fix A bug fix label Apr 4, 2018
Copy link
Member

@b5 b5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 👏 👏

@b5
Copy link
Member

b5 commented Apr 4, 2018

I'm going squash-merge this to be consistent with our commit conventions.

Thanks so much for your contribution @hexagon6!

@b5 b5 merged commit 2061d93 into qri-io:master Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants