Installing juju after module installation for dependencies
[osm/devops.git] / docker / MON / Dockerfile
index 26a74e6..ecb475f 100644 (file)
@@ -59,6 +59,10 @@ RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - \
     && 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