Set PHP version in Docker build file

This commit is contained in:
Pierre Rudloff 2016-04-16 18:24:07 +02:00
parent bcf399a9d4
commit 2ddca6a743
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:apache
FROM php:5.6-apache
RUN apt-get update
RUN apt-get install -y libicu-dev xz-utils git zlib1g-dev python npm nodejs-legacy
RUN docker-php-ext-install mbstring