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
Make sure that root is in the sudoers file on Alpine
Because the Alpine cloud image doesn't include /etc/sudoers,
and cloud-init just writes a single line to it:
#includedir /etc/sudoers.d
Without an entry for root we cannot run user provisioning scripts
because we use `sudo -u $USER …` to do it.
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments