fix 1138 installing cryptography>=2.5 with pip 03/9403/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 10 Jul 2020 15:55:25 +0000 (15:55 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 14 Jul 2020 06:15:37 +0000 (06:15 +0000)
Change-Id: I8b1f0481cafdc045483876aa4e956f81e23f8bbe
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
docker/RO/Dockerfile

index 5bc2bbb..83f58db 100644 (file)
@@ -47,6 +47,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3-
     python3-osm-rovim-openstack${RO_VERSION} python3-osm-rovim-openvim${RO_VERSION} \
     python3-osm-rovim-vmware${RO_VERSION}
 
+# 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