FROM rockylinux:9 RUN sed -i -e 's/^mirrorlist.*//g' -e 's/^#baseurl/baseurl/g' /etc/yum.repos.d/* RUN dnf -y install git-core rsync