mirror of
https://github.com/linuxserver/docker-baseimage-alpine.git
synced 2026-02-20 00:47:04 +08:00
Remove Fedora logic
This commit is contained in:
parent
eab3b6ba11
commit
ce139478ca
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user