FROM archlinux:latest RUN useradd -m -s /bin/bash alr-user USER alr-user ENTRYPOINT ["tail", "-f", "/dev/null"]