Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/php7.1
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-27 19:36:42 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-10-27 19:36:42 +0300
commitbb9c690e294699e54612ea1c55dd949d4d0bbdeb (patch)
tree42ab139df0405ce3c2ece8e2fa1604c2d566928e /php7.1
parent64e9b9cb27f1eff79c5ec50b3c7e369f172ae940 (diff)
Install make on all PHP images
Diffstat (limited to 'php7.1')
-rw-r--r--php7.1/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/php7.1/Dockerfile b/php7.1/Dockerfile
index 1eef76a..4538f01 100644
--- a/php7.1/Dockerfile
+++ b/php7.1/Dockerfile
@@ -5,7 +5,7 @@ RUN yum install -y http://rpms.remirepo.net/enterprise/remi-release-7.rpm
RUN yum install -y yum-utils
RUN yum-config-manager --enable remi-php71
RUN yum -y update
-RUN yum install -y php71.x86_64 php71-php-intl.x86_64 php71-php-gd.x86_64 php71-php-cli.x86_64 php71-php-pecl-imagick.x86_64 php71-php-pgsql.x86_64 php71-php-mcrypt.x86_64 php71-php-ldap.x86_64 php71-php-pecl-apcu.x86_64 php71-php-pecl-redis.x86_64 php71-php-pecl-mysql.x86_64 php71-php-pecl-zip.x86_64 php71-php-xml.x86_64 php71-php-mbstring.x86_64 php71-php-process.x86_64 php71-php-pecl-xdebug.x86_64 git curl which
+RUN yum install -y php71.x86_64 php71-php-intl.x86_64 php71-php-gd.x86_64 php71-php-cli.x86_64 php71-php-pecl-imagick.x86_64 php71-php-pgsql.x86_64 php71-php-mcrypt.x86_64 php71-php-ldap.x86_64 php71-php-pecl-apcu.x86_64 php71-php-pecl-redis.x86_64 php71-php-pecl-mysql.x86_64 php71-php-pecl-zip.x86_64 php71-php-xml.x86_64 php71-php-mbstring.x86_64 php71-php-process.x86_64 php71-php-pecl-xdebug.x86_64 git curl which make
RUN ln -s /usr/bin/php71 /usr/bin/php
RUN curl -O -L https://phar.phpunit.de/phpunit-5.5.4.phar \
&& chmod +x phpunit-5.5.4.phar \