projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8d6e7
)
Fixing install problem with OSM Common lib
77/6677/1
author
Eduardo Sousa
<esousa@whitestack.com>
Wed, 10 Oct 2018 16:47:12 +0000
(17:47 +0100)
committer
Eduardo Sousa
<esousa@whitestack.com>
Wed, 10 Oct 2018 16:47:16 +0000
(17:47 +0100)
Change-Id: I250215e7410aafcf8397ede069224b9504b99183
Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
Dockerfile.local
patch
|
blob
|
history
diff --git
a/Dockerfile.local
b/Dockerfile.local
index
ba0bf5a
..
f7dd01e
100644
(file)
--- 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 ..