FROM docker.io/library/ubuntu:latest

ARG USERNAME=ubuntu
RUN useradd -m ${USERNAME}
USER ${USERNAME}
