FROM ubuntu:22.04 RUN useradd builder RUN apt update && apt upgrade -y && apt install -y \ git \ make \ cmake \ qtbase5-dev \ g++