FROM ubuntu:22.04 RUN apt-get update && apt-get upgrade RUN useradd -m matt USER matt WORKDIR /home/matt # TODO everything else