Include git and vim in docker images

This commit is contained in:
2016-07-29 11:35:19 +02:00
parent ed863447cf
commit 81b5483294
2 changed files with 5 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ libffi-dev \
software-properties-common \
apache2-mpm-event \
libapache2-mod-wsgi \
libapache2-mod-xsendfile
libapache2-mod-xsendfile \
git
RUN add-apt-repository ppa:mc3man/trusty-media \
&& apt-get update && apt-get install -y \