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

Ansible Pack Install Fails in container #104

Closed
SimplySeth opened this issue Feb 13, 2018 · 3 comments
Closed

Ansible Pack Install Fails in container #104

SimplySeth opened this issue Feb 13, 2018 · 3 comments

Comments

@SimplySeth
Copy link

Ansible Pack Install Fails in container because of missing libkrb5-dev package.

Fix ...

sudo docker exec -it  <id of container>  "/bin/bash"

apt-get update && apt -y install libkrb5-dev

exit

Then re-run the ansible pack install via the WebUI

@warrenvw
Copy link
Contributor

Hi @SimplySeth. Yes, that is one way to do it.

You could use entrypoint.d to satisfy the requirements using an existing image, or you could add to the Dockerfile and rebuild. Obviously, baking everything into the image will result in faster startup times, and provide a more consistent execution if you're starting multiple containers based on the image...

@SimplySeth
Copy link
Author

... well at least this might help someone. Thanks for the reply, it is greatly appreciated.

@warrenvw
Copy link
Contributor

I'll update the README with this info as it has been raised a few times now. Thanks!

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

2 participants