Merge pull request #28558 from cpuguy83/add_vim

Add vim to Dockerfile
This commit is contained in:
Tõnis Tiigi 2016-11-17 21:14:19 -08:00 committed by GitHub
commit 27699ba8b2

View file

@ -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