Remove git from docker image

This commit is contained in:
Karl Cordes 2019-04-25 13:53:31 +10:00
parent f2dfc39fbf
commit ccd35bc515

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 git
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install apache2 libapache2-mod-php5 php5-mysql php5-gd php-pear php-apc php5-curl
# Enable apache mods.
#RUN php5enmod openssl