From a79edf5f605642ec87d60144e4f305fdf8b28c90 Mon Sep 17 00:00:00 2001 From: micafer Date: Tue, 28 Nov 2023 16:38:42 +0100 Subject: [PATCH] Fix urllib3 version --- docker-devel/Dockerfile | 2 +- docker-py3/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-devel/Dockerfile b/docker-devel/Dockerfile index 3b35365d..552e81b2 100644 --- a/docker-devel/Dockerfile +++ b/docker-devel/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3 python3 RUN apt-get update && apt-get install --no-install-recommends -y python3-setuptools python3-pip git && \ pip3 install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-identity==1.8.0 && \ pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==6.4.0&& \ - pip3 install git+https://github.com/grycap/im@$BRANCH && \ + pip3 install urllib3==1.26.18 git+https://github.com/grycap/im@$BRANCH && \ apt-get purge -y python3-pip git && \ apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/ diff --git a/docker-py3/Dockerfile b/docker-py3/Dockerfile index 8f17f139..1c970163 100644 --- a/docker-py3/Dockerfile +++ b/docker-py3/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3 python3 RUN apt-get update && apt-get install --no-install-recommends -y python3-setuptools python3-pip git && \ pip3 install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-identity==1.8.0 && \ pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==6.4.0&& \ - pip3 install IM==1.15.0 && \ + pip3 install urllib3==1.26.18 IM==1.15.0 && \ apt-get purge -y python3-pip git && \ apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/