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:
4a8904a
)
Pin libjuju version to 2.8.2
20/9420/1
author
David Garcia
<david.garcia@canonical.com>
Wed, 15 Jul 2020 14:03:40 +0000
(16:03 +0200)
committer
David Garcia
<david.garcia@canonical.com>
Wed, 15 Jul 2020 14:03:47 +0000
(16:03 +0200)
This fixes bug 1144
Change-Id: If5fc3dad9a8a5f3e2f8ca2ac55fb875d5ec12d64
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
1dacf73
..
0a2344e
100644
(file)
--- a/
docker/LCM/Dockerfile
+++ b/
docker/LCM/Dockerfile
@@
-47,7
+47,7
@@
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make
&& python3 -m pip install -U pip \
&& python3 -m pip install -U aiokafka lxml six enum34 \
&& python3 -m pip install requests \
- && python3 -m pip install -U juju==2.8.
1
\
+ && python3 -m pip install -U juju==2.8.
2
\
&& rm -rf /var/lib/apt/lists/*
# RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \