From: David Garcia Date: Wed, 15 Jul 2020 14:03:40 +0000 (+0200) Subject: Pin libjuju version to 2.8.2 X-Git-Tag: v8.0.0rc3~7 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=84e74693b05dbff800c8e0a8c5e5237732d114c5 Pin libjuju version to 2.8.2 This fixes bug 1144 Change-Id: If5fc3dad9a8a5f3e2f8ca2ac55fb875d5ec12d64 Signed-off-by: David Garcia --- diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 1dacf732..0a2344e3 100644 --- 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 \