containers/woodpecker-ci/Containerfile

5 lines
134 B
Plaintext
Raw Normal View History

FROM rockylinux:9
2022-11-11 21:25:27 +00:00
2022-11-11 23:20:22 +00:00
RUN sed -i -e 's/^mirrorlist.*//g' -e 's/^#baseurl/baseurl/g' /etc/yum.repos.d/*
RUN dnf -y install git-core rsync