So if you want to run OS updates on container boot up & run as non-root, you have to do something other than `USER app_user` in the Dockerfile, you'd need to use `supervisord` or `su` or something to drop down to a lesser user. Right?
Post
January 4, 2022