diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-26 14:02:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-26 14:02:46 +0000 |
commit | 686c7023613491a99c8e2ada758edb720655a6e6 (patch) | |
tree | 21bc15a72a6617345e61b8c8738661e96a3d8541 | |
parent | c1e6c491704060090c376e8839c7a02c6da10a79 (diff) | |
parent | 033844cc16aecd8db5ca26949fb2d929d4d57e0f (diff) |
Merge "add qtip installation in Dockerfile" into stable/danube
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index d609273d..d6f8fdd6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -62,7 +62,7 @@ RUN git config --global http.sslVerify false RUN git clone -b $BRANCH https://gerrit.opnfv.org/gerrit/qtip $REPOS_DIR/qtip RUN git clone https://gerrit.opnfv.org/gerrit/releng $REPOS_DIR/releng -RUN pip install -U -r $REPOS_DIR/qtip/requirements.txt +RUN cd $REPOS_DIR/qtip && pip install -U . #Config supervisor RUN mkdir -p /var/log/supervisor |