X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile-local;h=385e656e79c872243de1ee928bc9125c16f0e73f;hb=refs%2Ftags%2Fv7.0.1rc2;hp=6fc109be952e8c8dcd8a9b4c320fb3d7b0111c53;hpb=4126d05e24ada55226bb13a9d556655811cedadc;p=osm%2FRO.git diff --git a/Dockerfile-local b/Dockerfile-local index 6fc109be..385e656e 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -44,7 +44,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python3-neutronclient pyt COPY . /root/RO RUN /root/RO/RO/osm_ro/scripts/install-osm-im.sh --develop && \ - /root/RO/RO/osm_ro/scripts/install-lib-osm-openvim.sh --develop && \ mkdir -p /var/log/osm && \ python3 -m pip install -e /root/RO/RO && \ python3 -m pip install -e /root/RO/RO-client && \