X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=lcm%2FDockerfile;h=06a0fcdc2c124350cc2dd0a8086810aaf65b0258;hb=c9cba067f935123df251d8357596c1918cc47651;hp=698ec9caaaa5ad76ad2708d8c27affa50ca713ba;hpb=70459aa6c102da343154b7838877b14bdd0be3ce;p=osm%2FRO.git diff --git a/lcm/Dockerfile b/lcm/Dockerfile index 698ec9ca..06a0fcdc 100644 --- a/lcm/Dockerfile +++ b/lcm/Dockerfile @@ -11,6 +11,7 @@ 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 \