From 5a1687b29e7d01929bb1d3bf82c70cb7cc305bd7 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 16 Jan 2017 02:54:44 -0500 Subject: dovetail tool: bugfix for pip install JIRA: DOVETAIL-183 1)pip install [options] [-e] ... pip install [options] ... 2)vim added in Dockerfile, which is convinience for offline usage Change-Id: I986dc7cd3e872cf026d2e69f7298028a6cbfe9a6 Signed-off-by: MatthewLi --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index aea1e994..6694c501 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,6 +10,7 @@ RUN \ apt-get install -y \ python-pip \ git \ + vim \ apt-transport-https \ --no-install-recommends \ && \ @@ -32,6 +33,6 @@ RUN \ && \ cd ${REPOS_DIR} \ && \ - pip install . + pip install -e . WORKDIR ${REPOS_DIR}/dovetail -- cgit 1.2.3-korg