FROM https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2
CPUS          4
DISK_SIZE     20G
MEMORY        4G
SSH_PORT      8822
SSH_TIMEOUT   1m
SSH_USERNAME  centos
SSH_PASSWORD  centos

CMD sudo dnf -y autoremove
CMD sudo dnf -y install epel-release
CMD sudo dnf -y install ccache clang cmake ninja
CMD sudo systemctl enable --now systemd-resolved
