From 0ab5ab2d7f64e31b90b05a52d7da7805e651b87d Mon Sep 17 00:00:00 2001 From: qiaolongfei Date: Wed, 13 Sep 2017 18:19:02 -0700 Subject: [PATCH] install vim in the docker image --- .tools/build_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tools/build_docker.sh b/.tools/build_docker.sh index 60474b1..242f8de 100755 --- a/.tools/build_docker.sh +++ b/.tools/build_docker.sh @@ -64,7 +64,7 @@ RUN pip install -U nltk \ RUN ${update_mirror_cmd} apt-get update && \ apt-get install -y locales patch && \ - apt-get -y install gcc curl git && \ + apt-get -y install gcc curl git vim && \ apt-get -y clean && \ localedef -f UTF-8 -i en_US en_US.UTF-8 && \ pip install --upgrade pip && \ -- GitLab