Skip to content
Snippets Groups Projects
Commit 84e74693 authored by garciadav's avatar garciadav
Browse files

Pin libjuju version to 2.8.2


This fixes bug 1144

Change-Id: If5fc3dad9a8a5f3e2f8ca2ac55fb875d5ec12d64
Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
parent 4a8904a1
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment