X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile.local;h=5ff0fecd275982b34946e0cc71784cb7a73777a9;hb=ca2e16a01c3907853231290ed610af6a76bc4c0e;hp=b3343e5fc97e085d6e30e5375c9503df0036f638;hpb=275411e13bbfb20d8045c5425b20d46a5c8638ec;p=osm%2FLCM.git diff --git a/Dockerfile.local b/Dockerfile.local index b3343e5..5ff0fec 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -16,6 +16,8 @@ RUN apt-get update && apt-get install -y git python3 \ RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \ && cd N2VC \ + && pip3 install websockets==4.0.1 \ + && pip3 install requests \ && cd modules/libjuju && python3 setup.py develop && cd ../.. \ && pip3 install -U -r requirements.txt \ && python3 setup.py develop \ @@ -30,7 +32,7 @@ RUN mkdir -p /app/storage/kafka && mkdir -p /app/log LABEL Maintainer="alfonso.tiernosepulveda@telefonica.com" \ - Description="This implements a north bound interface for OSM" \ + Description="This implements the Life Cicle Management module of OSM" \ Version="1.0" \ Author="Alfonso Tierno"