1
0
mirror of https://github.com/docker/cli.git synced 2026-01-26 15:41:42 +03:00

Merge pull request #28558 from cpuguy83/add_vim

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

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