fix 1138 installing cryptography>=2.5 with pip 14/9514/1 v7.0 v7.1.5
authortierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 10 Jul 2020 15:55:25 +0000 (15:55 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 23 Jul 2020 08:07:41 +0000 (08:07 +0000)
Change-Id: I8b1f0481cafdc045483876aa4e956f81e23f8bbe
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
docker/RO/Dockerfile

index b218739..6690a1e 100644 (file)
@@ -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