FROM harbor.fizz.buzz/dockerhub/library/python:3.9 RUN useradd -m -g nogroup server USER server CMD ["python", "-c", "print('worked')"]