I'm operating within a Kong API Gateway Docker container, and am trying to install some basic package handling. Ultimately, I need to be able to use sudo. The Docker image comes with only busybox bin commands, located in /bin/.
What I've Tried
I find myself in a pickle, because every guide that explains downloading apt-get uses sudo, and every guide I find downloading sudo uses apt-get. I have neither sudo nor apt and apt-get.
If I try to utilize su, su -, su - <cmd>, or the likes, I get "must be suid to work properly".
What's Available
This is every command available, located in /bin:
With wget, or the above commands, how can I get sudo?

exec'ing in my container to find out what I need to do with the Dockerfile. Would I just haveRUN <install sudo here>?FROM kong:2.0-ubuntuand exposing 5432sudoif you are still root though. Just install and configure, before switching from root.