Include git and vim in docker images

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

View File

@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
python \
python-dev \
python-pip \
vim \
nano \
zlib1g-dev \
libjpeg-dev \
@ -12,7 +13,8 @@ python-crypto \
python-openssl \
libssl-dev \
libffi-dev \
software-properties-common
software-properties-common \
git
RUN add-apt-repository ppa:mc3man/trusty-media \
&& apt-get update && apt-get install -y \

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 \