debian-stretch-titan: add vim

When developing in the actual docker containers, vim is inexpendible.

Change-Id: I964e29c82ab9a1fb2a39845bc45a0d2cead56880
This commit is contained in:
Neels Hofmeyr 2018-03-01 16:04:38 +01:00
parent 32f13b23af
commit a966cdfe4c
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ RUN apt-get update && \
apt-get -y install \
build-essential \
git \
tcpdump && \
tcpdump \
vim \
&& \
apt-get clean
# somehow Debian folks updated the gcc version but not titan :/