add vdur and vnfr monitoring-param lists. Fixes IM tree view generation
[osm/IM.git] / Dockerfile
index 1e94793..c30bf91 100644 (file)
@@ -18,7 +18,7 @@ FROM ubuntu:16.04
 
 RUN  apt-get update && \
   DEBIAN_FRONTEND=noninteractive apt-get -y install git make wget python python-pip debhelper tox && \
-  DEBIAN_FRONTEND=noninteractive pip install -U pip && \
+  DEBIAN_FRONTEND=noninteractive pip install pip==9.0.3 && \
   DEBIAN_FRONTEND=noninteractive pip install -U pyang pyangbind && \
   DEBIAN_FRONTEND=noninteractive pip install -U stdeb