Updating Dockerfile

This commit is contained in:
Dan Cryer 2014-05-12 10:22:56 +01:00
parent 45ac8d3c40
commit 176af17a37

View file

@ -7,7 +7,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C300EE8C E5267A6C 0
RUN apt-get update
# Install PHP:
RUN apt-get install -qy php5-common php5-cli php5-curl php5-imap php5-mcrypt php5-mysqlnd
RUN apt-get install -qy git-core php5-common php5-cli php5-curl php5-imap php5-mcrypt php5-mysqlnd
ADD ./ /phpci