diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index aec10362..670c5450 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -8,7 +8,7 @@ fi if [ ${PIP_PACKAGES:+x} ]; then echo "-- INSTALLING PIP PACKAGES $PIP_PACKAGES --" - python3 -m pip install --no-cache $PIP_PACKAGES + python3 -m pip install --no-cache --upgrade $PIP_PACKAGES fi exec "$@"