X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile-local;h=92e4b032c507ab7fd0a906f56249a36bb1d8de8e;hb=refs%2Fchanges%2F80%2F10180%2F2;hp=6105d1178a936db38adeefed42cf442e53e5d6f8;hpb=fb13d2ea0b862011b80f2c64c95bdada2c893ff7;p=osm%2FRO.git 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 && \