&& rm -rf /var/lib/apt/lists/* \
&& pip3 install pip==9.0.3
-RUN python3 -m pip install -U juju
+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
ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
ARG RELEASE=ReleaseFOUR-daily
&& apt-get -y install python3-osm-common${COMMON_VERSION} \
python3-osm-mon${MON_VERSION} \
python3-n2vc${N2VC_VERSION}
+
+
+RUN python3 -m pip install -U juju
+
COPY scripts/ scripts/
ENV OSMMON_MESSAGE_DRIVER kafka