We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ed6d9 commit a8506ccCopy full SHA for a8506cc
2 files changed
Dockerfile
@@ -76,6 +76,9 @@ ADD --chmod=755 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-s
76
RUN \
77
dnf autoremove -y && \
78
dnf clean all && \
79
+ sed -i \
80
+ 's/yum$ociregion.$ocidomain/yum.oracle.com/g' \
81
+ /etc/yum.repos.d/*.repo && \
82
rm -rf \
83
/tmp/* \
84
/var/cache/dnf/*
Dockerfile.aarch64
0 commit comments