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

wrong switch for adduser #13

Open
angryfish404 opened this issue Aug 22, 2019 · 0 comments
Open

wrong switch for adduser #13

angryfish404 opened this issue Aug 22, 2019 · 0 comments

Comments

@angryfish404
Copy link

Hi,
in line 13 of the Dockerfile the switch -g is used to add the user to group jira. -g stands for GECOS-Field. This only seems to be the case on busybox. (try adduser --help)
The switch for group is -G. In my case, the user was added to group nogroup and had no rights to open outgoing ports. I changed the line to "&& adduser -S -u 1000 jira -G jira " and everything works fine now.

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

No branches or pull requests

1 participant