From: tierno Date: Fri, 10 Jul 2020 15:55:25 +0000 (+0000) Subject: fix 1138 installing cryptography>=2.5 with pip X-Git-Tag: v7.1.5^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=46f0ad3e10f83e39a7389604f653a2df37658d70;p=osm%2Fdevops.git fix 1138 installing cryptography>=2.5 with pip Change-Id: I8b1f0481cafdc045483876aa4e956f81e23f8bbe Signed-off-by: tierno --- diff --git a/docker/RO/Dockerfile b/docker/RO/Dockerfile index b2187399..6690a1ef 100644 --- a/docker/RO/Dockerfile +++ b/docker/RO/Dockerfile @@ -45,6 +45,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3- python3-osm-rovim-aws${RO_VERSION} python3-osm-rovim-fos${RO_VERSION} python3-osm-rovim-opennebula${RO_VERSION} # python3-osm-rosdn-floodlightof python3-osm-rosdn-odlof +# ensure right version is installed as pyhton3-ccryptography install an old version +RUN python3 -m pip install --upgrade "cryptography>=2.5" VOLUME /var/log/osm