This repository was archived by the owner on May 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,17 @@ RUN dnf install -y fedpkg fedora-packager rpmdevtools ncurses-devel pesign \
1515 python3-jsonschema libxml2-devel swig opencsd-devel automake \
1616 libtool libtirpc libtirpc-devel && dnf clean all
1717
18+ RUN printf '[updates-archive]\n \
19+ name=Fedora $releasever - $basearch - Updates Archive\n \
20+ baseurl=https://fedoraproject-updates-archive.fedoraproject.org/fedora/$releasever/$basearch/\n \
21+ enabled=1\n \
22+ metadata_expire=6h\n \
23+ repo_gpgcheck=0\n \
24+ type=rpm\n \
25+ gpgcheck=1\n \
26+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch\n ' > /etc/yum.repos.d/fedora-updates-archive.repo
27+ RUN dnf install -y --allow-downgrade rust-1.92.0 rust-src-1.92.0
28+
1829ARG UID=1000
1930ARG GID=1000
2031
You can’t perform that action at this time.
0 commit comments