From: garciadeblas Date: Wed, 24 Oct 2018 14:36:14 +0000 (+0200) Subject: Updated LCM Dockerfile to remove source install of N2VC X-Git-Tag: v5.0.0~65 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F6753%2F2;hp=9a8df7c7a326d2cc9966af63c5ddb9fb82ce9cc6;p=osm%2Fdevops.git Updated LCM Dockerfile to remove source install of N2VC Change-Id: Ia7b87e14881bade5d387369a50d21224c0ce8b78 Signed-off-by: garciadeblas --- diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 46be58e7..a6b54290 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -29,15 +29,8 @@ 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 - -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 + && pip3 install requests \ + && pip3 install PyNaCl ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseFOUR-daily