FROM ubuntu:latest

RUN useradd -ms /bin/bash test
USER test