Upgraded pip3 to solve cryptography install
Change-Id: Ib7422ffe3e6c1c631735d0502ac7e3d6ddaeeb5a
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user