You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
The issue is that sudo is not available. Should not be necessary since docker user is usually root during the build phase. Simple check if we are root and ommit sudo should work fine.
The text was updated successfully, but these errors were encountered:
FelixWeis
changed the title
Installation in a most popular docker container buildpack-deps:jessie fails
Installation fails in popular docker base container buildpack-deps:jessie
Aug 3, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The issue is that
sudo
is not available. Should not be necessary since docker user is usually root during the build phase. Simple check if we are root and ommitsudo
should work fine.I could save 3 LOC.
The text was updated successfully, but these errors were encountered: