X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Dockerfile-local;h=725b2d8dacb30d1e0db7514c5f7778e2ee006c2f;hb=dfff857c738a9f383ecfb14ecf58c4cf412eabf9;hp=6fc109be952e8c8dcd8a9b4c320fb3d7b0111c53;hpb=4126d05e24ada55226bb13a9d556655811cedadc;p=osm%2FRO.git diff --git a/Dockerfile-local b/Dockerfile-local index 6fc109be..725b2d8d 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 && \ @@ -58,7 +57,9 @@ RUN /root/RO/RO/osm_ro/scripts/install-osm-im.sh --develop && \ python3 -m pip install -e /root/RO/RO-SDN-tapi && \ 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-odl_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/*