Only install required deps

This commit is contained in:
TheSpad 2022-07-29 16:08:05 +01:00
parent 1b550ca3f9
commit 590130ad99
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -5,7 +5,7 @@ if [ -f "/mod-repo-packages-to-install.list" ]; then
if [ -f /usr/bin/apt ]; then
export DEBIAN_FRONTEND="noninteractive"
apt-get update
apt-get install -y \
apt-get install -y --no-install-recommends \
$(cat /mod-repo-packages-to-install.list)
elif [ -f /usr/bin/apk ]; then
apk add --no-cache \