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 d8f0961 commit c1eba21Copy full SHA for c1eba21
elements/rocky-container-stackhpc/containerfiles/9-stackhpc
@@ -7,6 +7,7 @@ ARG ROCKY_BASEOS_URL
7
8
RUN if [ ${ROCKY_USE_MIRROR} = "true" ]; then \
9
dnf -y install 'dnf-command(config-manager)' && \
10
+ dnf clean all && \
11
mkdir /tmp/orig_repos && mv -f /etc/yum.repos.d/* /tmp/orig_repos/ && \
12
dnf config-manager --add-repo ${ROCKY_APPSTREAM_URL} && \
13
dnf config-manager --add-repo ${ROCKY_BASEOS_URL} && \
0 commit comments