X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Dockerfile-local;h=8c7e83c90f50174c2f37c3fe6d204a63afa5cb0b;hb=9c701472268e45cce315060d4c5fb2f165feb7cf;hp=6fc109be952e8c8dcd8a9b4c320fb3d7b0111c53;hpb=4126d05e24ada55226bb13a9d556655811cedadc;p=osm%2FRO.git diff --git a/Dockerfile-local b/Dockerfile-local index 6fc109be..8c7e83c9 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 && \ @@ -59,6 +58,7 @@ RUN /root/RO/RO/osm_ro/scripts/install-osm-im.sh --develop && \ python3 -m pip install -e /root/RO/RO-SDN-onos_vpls && \ python3 -m pip install -e /root/RO/RO-SDN-onos_openflow && \ python3 -m pip install -e /root/RO/RO-SDN-floodlight_openflow && \ + python3 -m pip install -e /root/RO/RO-SDN-arista && \ rm -rf /root/.cache && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*