X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;h=64e684fcd1b67babcebea1482161775901e8b899;hb=5ec8d0adc7c03ec6a7c63f4d23302e2ab619cb82;hp=ce39bc5bed6ac63ab59fcdf80ce3654345aeb8ac;hpb=84a3c9a7770107470c676be9493f59acf2c140d7;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index ce39bc5b..64e684fc 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -31,13 +31,15 @@ RUN apt-get update && apt-get install -y git make python3 \ && pip3 install websockets==4.0.1 \ && 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 +# packages needed for N2VC because deb dependencies are not fine +RUN pip3 install 'macaroonbakery>=1.1,<2.0' 'pyRFC3339>=1.0,<2.0' \ + 'pyyaml>=3.0,<4.0' 'theblues>=0.3.8,<1.0' 'websockets>=4.0,<5.0' \ + 'paramiko' # PyNaCl +# +# RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \ +# && cd N2VC \ +# && 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