Upgraded pip3 to solve cryptography install

Change-Id: Ib7422ffe3e6c1c631735d0502ac7e3d6ddaeeb5a
This commit is contained in:
KAVVA
2021-07-16 09:20:55 -05:00
parent 90de383a70
commit 12e68d10a5
3 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ RUN set -xe \
socat \
python3.6 \
python3-pip \
&& pip3 install --upgrade pip \
&& pip3 install \
oslo.rootwrap==5.8.0 \
&& apt-get clean -y \

View File

@@ -36,6 +36,7 @@ RUN set -xe \
socat \
python3.6 \
python3-pip \
&& pip3 install --upgrade pip \
&& pip3 install \
oslo.rootwrap==5.8.0 \
&& apt-get clean -y \

View File

@@ -35,6 +35,7 @@ RUN set -xe \
xz-utils \
python3.6 \
python3-pip \
&& pip3 install --upgrade pip \
&& pip3 install \
oslo.rootwrap==5.8.0 \
&& apt-get remove --purge -y wget apt-transport-https \