X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=Dockerfile-local;fp=Dockerfile-local;h=725b2d8dacb30d1e0db7514c5f7778e2ee006c2f;hp=8c7e83c90f50174c2f37c3fe6d204a63afa5cb0b;hb=ce1c9c84356a8aa6abad9513819a21f4c63ae4c0;hpb=3fc485da0c34345a1ee8f63acf198d669dfc2c5b 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 && \