File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ LABEL summary="$SUMMARY" \
5656# findutils - find command is needed for fix-permissions script
5757# nss_wrapper - used in generate_container_user script
5858RUN INSTALL_PKGS="python3.13 glibc-langpack-en findutils nss_wrapper-libs" && \
59- microdnf -y install epel-release && \
59+ microdnf -y install --setopt=install_weak_deps=0 epel-release && \
6060 microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
6161 microdnf -y clean all --enablerepo='*'
6262
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ LABEL summary="$SUMMARY" \
5959# nss_wrapper - used in generate_container_user script
6060RUN INSTALL_PKGS="{{ spec.pkg_prefix }} glibc-langpack-en findutils nss_wrapper-libs" && \
6161 {% if spec.enable_epel_for and spec.version in spec.enable_epel_for %}
62- microdnf -y install epel-release && \
62+ microdnf -y install --setopt=install_weak_deps=0 epel-release && \
6363 {% endif %}
6464 microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
6565 microdnf -y clean all --enablerepo='*'
You can’t perform that action at this time.
0 commit comments