Update entrypoint.sh

This commit is contained in:
Bas van Boven
2021-10-30 13:58:26 +02:00
committed by GitHub
parent 2b2cd2677f
commit 6adc12d6da

View File

@ -6,4 +6,9 @@ then
export PULSE_COOKIE=$HOME/pulse.cookie
fi
exec "$@"
if [ ${PIP_PACKAGES:+x} ]; then
echo "-- INSTALLING PIP PACKAGES $PIP_PACKAGES --"
python3 -m pip install --no-cache $PIP_PACKAGES
fi
exec "$@"