-
Notifications
You must be signed in to change notification settings - Fork 18
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
Latest image complains about missing sudo and exits right away #19
Comments
sudo isn't installed by default on newer images of ubuntu fixes AshDevFr#19
Just tested on ubuntu and a Centos hostOS. sudo present on both systems, and path seems ok. Still throws 'sudo not found' error |
Nykaer, sudo is missing in the docker image, not the host system. |
Yup, and I believe 'RUN apt-get install -y software-properties-common sudo' should fix that. But it doesn't. |
Thanks Nykaer, You're right my fix was not working, I had actually used apt to test which does work. This is the change you can make: 8e582a8 |
The latest image doesn't seem to work, please advise, thanks.
The text was updated successfully, but these errors were encountered: