From df0ea7a03e5580ad27b6e79b556c696a8db0634d Mon Sep 17 00:00:00 2001 From: Mike Ellis Date: Tue, 25 Jul 2023 14:53:38 -0400 Subject: [PATCH] Upgrade pip to avoid kombu dependency error --- docker/script/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/script/bootstrap.sh b/docker/script/bootstrap.sh index 5b1095bf2..b902a01f3 100644 --- a/docker/script/bootstrap.sh +++ b/docker/script/bootstrap.sh @@ -4,6 +4,7 @@ set -e # On RHL and Centos based linux, openssl needs to be set as Python Curl SSL library export PYCURL_SSL_LIBRARY=openssl +pip3 install --upgrade pip pip3 install $PIP_OPTION --compile pycurl pip3 install $PIP_OPTION celery[sqs]