How to make Ubuntu keep sudo? #302
Replies: 4 comments
-
@ProfessorManhattan what's your command line for docker-slim when you are minifying? Is Normally you'd use |
Beta Was this translation helpful? Give feedback.
-
Hey @kcq -- thanks for the help, it's awesome that you're able to always help the community and publish sick software. I managed to get past the minimal example, but I'm still having an issue whenever I change the user and try to build. I'm getting the /usr/bin/sudo issue when I use this code:
With this build command:
With this slim command:
And here's the exe.txt file:
And here's the paths.txt file:
|
Beta Was this translation helpful? Give feedback.
-
I removed all the unused paths and exes and ran the build again with the same command except I added the clogs/blogs:
|
Beta Was this translation helpful? Give feedback.
-
Working on a repro... We'll figure it out :) |
Beta Was this translation helpful? Give feedback.
-
Hey, I've been getting bugged by this error:
So, I reduced the container to this:
How can I make it so that I can run
sudo bash
with an--exec
?Beta Was this translation helpful? Give feedback.
All reactions