From 7d1a72a2866aedbc7492a0cfc5cd4e13646322fe Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Thu, 17 Nov 2016 16:00:59 -0500 Subject: [PATCH] Add vim to Dockerfile Why? Most of the time I end up needing an editor when in `make shell`. Spent much time doing `apt-get update && apt-get install vim`. Since we're already installing vim-common anyway... Signed-off-by: Brian Goff --- Dockerfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d344c813e..93aed88993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,7 @@ RUN apt-get update && apt-get install -y \ git \ iptables \ jq \ + less \ libapparmor-dev \ libcap-dev \ libltdl-dev \ @@ -64,6 +65,7 @@ RUN apt-get update && apt-get install -y \ libsqlite3-dev \ libsystemd-journal-dev \ libtool \ + libzfs-dev \ mercurial \ net-tools \ pkg-config \ @@ -73,11 +75,11 @@ RUN apt-get update && apt-get install -y \ python-mock \ python-pip \ python-websocket \ - ubuntu-zfs \ - xfsprogs \ - vim-common \ - libzfs-dev \ tar \ + ubuntu-zfs \ + vim \ + vim-common \ + xfsprogs \ zip \ --no-install-recommends \ && pip install awscli==1.10.15