From 681336b7ae85624cb0721c43c403ff5f5db4528e Mon Sep 17 00:00:00 2001 From: Biplob SD <43641536+biplobsd@users.noreply.github.com> Date: Wed, 24 Jun 2020 23:52:49 +0600 Subject: [PATCH] upgrade builds tools --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 7ed1228..8a71c68 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,6 +19,8 @@ WORKDIR=${SRCDIR:-/src} SPEC_FILE="${SRCDIR}/${4}" +pip install --upgrade pip wheel setuptools + # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one.