From ac8fd363b0d40070bffd71d7e68d4c5404e841db Mon Sep 17 00:00:00 2001 From: Biplob SD <43641536+biplobsd@users.noreply.github.com> Date: Thu, 25 Jun 2020 00:03:26 +0600 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8a71c68..2d877c9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,7 +19,7 @@ WORKDIR=${SRCDIR:-/src} SPEC_FILE="${SRCDIR}/${4}" -pip install --upgrade pip wheel setuptools +python -m pip install --upgrade pip wheel setuptools # # In case the user specified a custom URL for PYPI, then use