Include git and vim in docker images
This commit is contained in:
parent
ed863447cf
commit
81b5483294
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user