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: handle non-existing nsswitch.conf properly #1474

Closed

Conversation

martin-sucha
Copy link

The RUN step fails with exit code 1 if using [ directly without if. Added if clause so that the build can proceed if /etc/nsswitch.conf already exists.

The RUN step fails with exit code 1 if using [ directly without if.
Added if clause so that the build can proceed if /etc/nsswitch.conf
already exists.
@mreiferson
Copy link
Member

thanks, but @dudleycarr fixed this in #1478

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

Successfully merging this pull request may close these issues.

2 participants