From 8a8d3f6d6480c47f40b48d3923e8ca695c462308 Mon Sep 17 00:00:00 2001 From: Anna Sirota Date: Tue, 16 Mar 2021 18:24:20 +0100 Subject: [PATCH] Install the right version of cryptography in another build.sh --- docker/2_buildpy/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/2_buildpy/build.sh b/docker/2_buildpy/build.sh index 13e09c0..b302180 100755 --- a/docker/2_buildpy/build.sh +++ b/docker/2_buildpy/build.sh @@ -35,7 +35,7 @@ make -j8 install ldconfig # Upgrade pip -/opt/python/bin/python3 -m pip install -U pip 'cryptography<3.4' +/opt/python/bin/python3 -m pip install -U pip setuptools wheel 'cryptography<3.4' # Build mod-wsgi-py3 for Python 3.6 cd /dpkg/mod-wsgi-*