X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;h=46be58e7baf80a0e5f0fbd56351fd5879dac7de0;hb=77f468c862b35dae117b7b0fc9ff54921e8dd535;hp=a6b5429025f4d0f6556a7a48437d50bf706a8b45;hpb=e07b164a404e97f302286c80c76ae97e7986a4e4;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index a6b54290..46be58e7 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -29,8 +29,15 @@ RUN apt-get update && apt-get install -y git make python3 \ && pip3 install pip==9.0.3 \ && pip3 install -U aiokafka pyang lxml six enum34 \ && pip3 install websockets==4.0.1 \ - && pip3 install requests \ - && pip3 install PyNaCl + && pip3 install requests + +RUN pip3 install PyNaCl + +RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \ + && cd N2VC \ + && git checkout BUILD_v4.0.1_1 \ + && cd modules/libjuju && python3 setup.py develop && cd ../.. \ + && pip3 install -U -r requirements.txt ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseFOUR-daily