FROM opensuse/python:latest

RUN useradd -m daniel
USER daniel

ENTRYPOINT ["tail", "-f", "/dev/null"]
