summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
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