We have a user who does not have sudo access in the operating system. But I want to allow this user to run various commands, even commands that require sudo access, in a specific docker container.In other words, this user must have sudo access in this particular container. How can I do this?
Currently, even the user who is sudo is not able to run a command like apt install in this particular container, and when running the sudo command, we encounter a not found error.