Remove "nothing to do" echo
This commit is contained in:
parent
e76811827f
commit
49dd15767a
|
|
@ -11,8 +11,6 @@ if [ -f "/mod-repo-packages-to-install.list" ]; then
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
$(cat /mod-repo-packages-to-install.list)
|
$(cat /mod-repo-packages-to-install.list)
|
||||||
fi
|
fi
|
||||||
else
|
|
||||||
echo "**** No repo packages to install, skipping ****"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "/mod-pip-packages-to-install.list" ]; then
|
if [ -f "/mod-pip-packages-to-install.list" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue