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
Your Dockerfile doesn't install sudo, but it does create a sudoers file. This means that a subsequent apt-get install sudo will fail, even if installed with --assume-no.
Your Dockerfile doesn't install sudo, but it does create a sudoers file. This means that a subsequent apt-get install sudo will fail, even if installed with
--assume-no.