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:
7cc7022
)
Fix bug 953: Fix version of cffi
55/8355/4
v7.0.0rc1
author
David Garcia
<david.garcia@canonical.com>
Mon, 9 Dec 2019 09:18:58 +0000
(10:18 +0100)
committer
David Garcia
<david.garcia@canonical.com>
Mon, 9 Dec 2019 09:51:51 +0000
(10:51 +0100)
Change-Id: I06445defdbfffeb11fbfd450823470ca4f7847cb
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
7a1f4a2
..
f141f92
100644
(file)
--- a/
docker/LCM/Dockerfile
+++ b/
docker/LCM/Dockerfile
@@
-78,6
+78,8
@@
ARG REPOSITORY=testing
RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add -
RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} LCM N2VC common" && apt update
+RUN python3 -m pip install -U "cffi==1.13.2"
+
ARG LCM_VERSION
ARG COMMON_VERSION
ARG N2VC_VERSION