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

Pin libjuju versions to 2.8.4


Change-Id: I10afc20b8e4b5099cbf3867b644b589702cabcf8
Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
parent c784e7c9
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make
python3-all python3-setuptools openssh-client libffi-dev libssl-dev \
wget tox python3-cffi \
&& python3 -m pip install -U pip \
&& python3 -m pip install -U juju==2.8.2 \
&& python3 -m pip install -U juju==2.8.4 \
&& rm -rf /var/lib/apt/lists/*
# RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \
......
......@@ -61,7 +61,7 @@ RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - \
python3-n2vc${N2VC_VERSION}
RUN python3 -m pip install -U "juju==2.8.2"
RUN python3 -m pip install -U "juju==2.8.4"
COPY scripts/ scripts/
......
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