X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=Dockerfile-local;h=8430fa90a4a63f29cdaeba90ccc898c41282c4ac;hp=48447acc8882fa53a656739b56a97039d4d8b079;hb=ed3e4d4fc2819e425bb8b165e43fcbac259d3f1b;hpb=7d782eff123e5b44d41437377ccca66ad1e8b21b diff --git a/Dockerfile-local b/Dockerfile-local index 48447acc..8430fa90 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -26,7 +26,6 @@ RUN apt-get update && apt-get install -y git python3 python3-pip \ # This is not needed, because package dependency will install anyway. # But done here in order to harry up image generation using cache - RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python3-neutronclient python3-openstackclient \ python3-requests python3-netaddr python3-argcomplete @@ -54,6 +53,8 @@ RUN /root/RO/RO/osm_ro/scripts/install-osm-im.sh --develop && \ python3 -m pip install -e /root/RO/RO-VIM-openvim && \ python3 -m pip install -e /root/RO/RO-VIM-aws && \ python3 -m pip install -e /root/RO/RO-VIM-fos && \ + python3 -m pip install -e /root/RO/RO-SDN-dynpac && \ + python3 -m pip install -e /root/RO/RO-SDN-tapi && \ rm -rf /root/.cache && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*