Code Review
/
vfc
/
nfvo
/
catalog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0a04cee
)
Fix docker build error for catalog
15/70615/1
author
fujinhua
<fu.jinhua@zte.com.cn>
Wed, 17 Oct 2018 00:50:40 +0000
(08:50 +0800)
committer
fujinhua
<fu.jinhua@zte.com.cn>
Wed, 17 Oct 2018 00:50:40 +0000
(08:50 +0800)
Change-Id: I4c4d58b93b1bdd6432c60ce5d99898673bd3bf25
Issue-ID: VFC-1152
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
2c0359c
..
46565d5
100755
(executable)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-33,7
+33,8
@@
RUN wget -q -O vfc-nfvo-catalog.zip 'https://nexus.onap.org/service/local/artifa
rm -rf vfc-nfvo-catalog.zip
WORKDIR /service/vfc/nfvo/catalog
-RUN pip install --pre -r requirements.txt
+RUN pip install --upgrade setuptools pip && \
+ pip install --pre -r requirements.txt
EXPOSE 8806