X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FMON%2FDockerfile;h=29cc893b40f7c69ca98ae440fa9c3768ce02422c;hb=a62bb1a470b03cc7cb8d56f297768d211c022df7;hp=95050342f18455efcb5a04a31d63b2af66bde12f;hpb=cfbccb541ba673303103859798523442cffedc12;p=osm%2Fdevops.git diff --git a/docker/MON/Dockerfile b/docker/MON/Dockerfile index 95050342..29cc893b 100644 --- a/docker/MON/Dockerfile +++ b/docker/MON/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get update \ RUN pip3 install 'macaroonbakery>=1.1,<2.0' 'pyRFC3339>=1.0,<2.0' \ 'pyyaml>=5.1.2' 'theblues>=0.3.8,<1.0' 'websockets>=4.0,<5.0' \ - 'paramiko' # PyNaCl + 'paramiko' 'dogpile.cache==0.9.2' ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseFOUR-daily @@ -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 +RUN python3 -m pip install -U "juju==2.8.2" COPY scripts/ scripts/