From 56e698aea30098e7cfc0c5e3df9e771a4dd47f64 Mon Sep 17 00:00:00 2001 From: Eduardo Sousa Date: Wed, 10 Oct 2018 17:47:12 +0100 Subject: [PATCH 1/1] Fixing install problem with OSM Common lib Change-Id: I250215e7410aafcf8397ede069224b9504b99183 Signed-off-by: Eduardo Sousa --- Dockerfile.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.local b/Dockerfile.local index ba0bf5a..f7dd01e 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -16,7 +16,8 @@ RUN apt-get update && apt-get install -y git python3 python3-jsonschema \ # OSM_COMMON RUN git clone https://osm.etsi.org/gerrit/osm/common.git \ - && cd common && python3 setup.py develop && cd .. + && pip3 install -e common +# && cd common && python3 setup.py develop && cd .. # && pip3 install -U -r requirements.txt \ # && cd .. -- 2.17.1