6 lines
234 B
Docker
6 lines
234 B
Docker
FROM rockylinux:9-minimal
|
|
|
|
# RUN sed -i -e 's/^mirrorlist.*//g' -e 's/^#baseurl/baseurl/g' /etc/yum.repos.d/*
|
|
# RUN curl http://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/repodata/repomd.xml
|
|
RUN microdnf -y install git-core rsync
|