Add git to docker image

This commit is contained in:
Karl Cordes 2019-04-25 13:52:22 +10:00
parent 6b69159501
commit f2dfc39fbf

View file

@ -13,7 +13,7 @@ RUN apt-get update
RUN apt-get -y upgrade
# Install apache, PHP, and supplimentary programs. curl and lynx-cur are for debugging the container.
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install apache2 libapache2-mod-php5 php5-mysql php5-gd php-pear php-apc php5-curl
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install apache2 libapache2-mod-php5 php5-mysql php5-gd php-pear php-apc php5-curl git
# Enable apache mods.
#RUN php5enmod openssl