diff --git a/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/run b/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/run index 708befa..8bfe1f0 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/run @@ -13,9 +13,6 @@ if [[ -f "/mod-repo-packages-to-install.list" ]]; then elif [[ -f /sbin/apk ]]; then apk add --no-cache \ "${REPO_PACKAGES[@]}" - elif [ -f /usr/bin/dnf ]; then - dnf install -y --setopt=install_weak_deps=False --best \ - "${REPO_PACKAGES[@]}" fi fi fi