From 2e8c7386735e016820aa3b8c61d9cd72c3ff173f Mon Sep 17 00:00:00 2001 From: tierno Date: Wed, 9 Dec 2020 18:19:34 +0000 Subject: [PATCH] remove osm-im instalation at debug Dockerfile.local Change-Id: I41b3514a502016cf3b23914b1f92a8ca494f6034 Signed-off-by: tierno --- Dockerfile-local | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile-local b/Dockerfile-local index 6105d117..92e4b032 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -44,9 +44,7 @@ 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 && \ - mkdir -p /var/log/osm && \ - python3 -m pip install -e /root/RO/RO-plugin && \ +RUN python3 -m pip install -e /root/RO/RO-plugin && \ python3 -m pip install -e /root/RO/NG-RO && \ python3 -m pip install -e /root/RO/RO-VIM-vmware && \ python3 -m pip install -e /root/RO/RO-VIM-openstack && \ -- 2.17.1