### TL;DR We need this container to run as non-root user. ### Design **Proposal** Since its widely published that containers should run as non-root users, can we have a version of this which can run as non-root? **Alternatives considered** We have tried to add the user in the dockerbuild file using the USER command, but this wouldn't let the container run. **Resources** **Additional information** <!-- Are you doing something out of the ordinary? --> No