From 4cb69871111b7f356299ef724b844e11e81c4788 Mon Sep 17 00:00:00 2001 From: Pedro Larroy Date: Fri, 5 Apr 2019 11:29:18 -0700 Subject: [PATCH] Add vim-nox to ci/docker/install/ubuntu_core.sh --- 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 61a4637830da..3cb806e0aadd 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