FROM bascule-shell:minimal USER root RUN microdnf install -y \ git make gcc gcc-c++ \ python3 python3-pip \ vim \ && microdnf clean all USER operator CMD ["/bin/bash"]