This is an automated email from the ASF dual-hosted git repository.

lanking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new ff04de0  Add vim-nox to ci/docker/install/ubuntu_core.sh (#14632)
ff04de0 is described below

commit ff04de0a79a8f0c03948b304a02cfe25a7be0e00
Author: Pedro Larroy <pedro.larroy.li...@gmail.com>
AuthorDate: Tue Apr 16 15:07:34 2019 -0700

    Add vim-nox to ci/docker/install/ubuntu_core.sh (#14632)
---
 ci/docker/install/ubuntu_core.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/docker/install/ubuntu_core.sh b/ci/docker/install/ubuntu_core.sh
index 61a4637..3cb806e 100755
--- a/ci/docker/install/ubuntu_core.sh
+++ b/ci/docker/install/ubuntu_core.sh
@@ -45,6 +45,7 @@ apt-get install -y \
     software-properties-common \
     sudo \
     unzip \
+    vim-nox \
     wget
 
 # Use libturbojpeg package as it is correctly compiled with -fPIC flag

Reply via email to