Updated Dockerfiles and postinst for RO and LCM to use pip-9.0.3
[osm/RO.git] / docker / Dockerfile-local
index caf104b..67a3ca9 100644 (file)
@@ -12,7 +12,7 @@ RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive add-apt-repository -y cloud-archive:ocata && \
     DEBIAN_FRONTEND=noninteractive apt-get -y install git make python python-pip debhelper && \
     DEBIAN_FRONTEND=noninteractive apt-get -y install wget tox && \
-    DEBIAN_FRONTEND=noninteractive pip install -U pip && \
+    DEBIAN_FRONTEND=noninteractive pip install pip==9.0.3 && \
     DEBIAN_FRONTEND=noninteractive pip install -U setuptools setuptools-version-command stdeb && \
     DEBIAN_FRONTEND=noninteractive pip install -U pyang pyangbind && \
     DEBIAN_FRONTEND=noninteractive apt-get -y install python-yaml python-netaddr python-boto && \