X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile-local;h=725b2d8dacb30d1e0db7514c5f7778e2ee006c2f;hb=refs%2Fchanges%2F77%2F8677%2F2;hp=8c7e83c90f50174c2f37c3fe6d204a63afa5cb0b;hpb=9c701472268e45cce315060d4c5fb2f165feb7cf;p=osm%2FRO.git diff --git a/Dockerfile-local b/Dockerfile-local index 8c7e83c9..725b2d8d 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -57,6 +57,7 @@ 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 && \