Updated Dockerfiles and postinst for RO and LCM to use pip-9.0.3
[osm/RO.git] / lcm / Dockerfile
index 68f6247..06a0fcd 100644 (file)
@@ -11,12 +11,11 @@ RUN apt-get update && apt-get install -y git python3 \
     python3-stdeb python3-setuptools python3-all python-all \
     python3-bitarray python3-regex python3-lxml debhelper dh-python tox wget \
     python3-cffi \
+    && pip3 install pip==9.0.3 \
     && pip3 install -U aiokafka pyang lxml six enum34
 
 RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \
     && cd N2VC \
-    && git fetch https://osm.etsi.org/gerrit/osm/N2VC refs/changes/70/5870/46 \
-    && git checkout FETCH_HEAD \
     && cd modules/libjuju && python3 setup.py develop && cd ../.. \
     && pip3 install -U -r requirements.txt \
     && python3 setup.py develop \