projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c262641
)
fix 1138 installing cryptography>=2.5 with pip
90/9390/2
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Fri, 10 Jul 2020 15:55:25 +0000
(15:55 +0000)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Mon, 13 Jul 2020 14:03:27 +0000
(14:03 +0000)
Change-Id: I8b1f0481cafdc045483876aa4e956f81e23f8bbe
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
docker/RO/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/RO/Dockerfile
b/docker/RO/Dockerfile
index
4107b48
..
299fbbe
100644
(file)
--- a/
docker/RO/Dockerfile
+++ b/
docker/RO/Dockerfile
@@
-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