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:
e83834a
)
Fix cffi version to match the latest stable
68/8168/1
v6.0
author
David Garcia
<david.garcia@canonical.com>
Thu, 14 Nov 2019 09:05:06 +0000
(10:05 +0100)
committer
David Garcia
<david.garcia@canonical.com>
Thu, 14 Nov 2019 09:05:06 +0000
(10:05 +0100)
Change-Id: Id0e956bd07f0ca12df9375d6cc85c83aa2837334
Signed-off-by: David Garcia <david.garcia@canonical.com>
docker/LCM/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/LCM/Dockerfile
b/docker/LCM/Dockerfile
index
145a251
..
11dd71d
100644
(file)
--- a/
docker/LCM/Dockerfile
+++ b/
docker/LCM/Dockerfile
@@
-42,7
+42,7
@@
RUN apt-get update && apt-get install -y git make python3 \
&& pip3 install -U aiokafka pyang lxml six enum34 \
&& pip3 install websockets==4.0.1 \
&& pip3 install requests \
- && pip3 install cffi==1.
5
.2 \
+ && pip3 install cffi==1.
13
.2 \
&& rm -rf /var/lib/apt/lists/*
# packages needed for N2VC because deb dependencies are not fine