Building Custom Docker Image with JuPyTerHub Passwordless SUDO

So from my understanding, the way to enable Passwordless SUDO is to do it on the Docker image level. I’ve found the start-notebook.sh script. Was wondering how to give the user SUDO access by default when they log in.

Did you figure it out?