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
## Description
The debian slim image no longer has the adduser wrapper script, causing
the docker build to fail to add the user.
## Which issue it fixes?
Closes#1888 (opened by me, reported to me by @hodlonaut)
---
Additionally this removes the sudo installation and usage during the
build process. The root user can still be used via `docker exec -it -u
root bash` if an operator wishes to manage the container without
rebuilding it.
---------
Co-authored-by: RdLrT <[email protected]>
0 commit comments