From 59da82a5b2fa585327173de28590cf4b66052aa7 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Thu, 13 Jul 2017 18:33:39 +0200 Subject: [PATCH] Add pcntl --- 10.0/apache/Dockerfile | 2 +- 10.0/fpm/Dockerfile | 2 +- 11.0/apache/Dockerfile | 2 +- 11.0/fpm/Dockerfile | 2 +- 12.0/apache/Dockerfile | 2 +- 12.0/fpm/Dockerfile | 2 +- Dockerfile-php7.template | 2 +- Dockerfile.template | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/10.0/apache/Dockerfile b/10.0/apache/Dockerfile index b482cb85..80094721 100644 --- a/10.0/apache/Dockerfile +++ b/10.0/apache/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ && docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" \ - && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip + && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip pcntl # set recommended PHP.ini settings # see https://secure.php.net/manual/en/opcache.installation.php diff --git a/10.0/fpm/Dockerfile b/10.0/fpm/Dockerfile index a4faaef2..afe8053f 100644 --- a/10.0/fpm/Dockerfile +++ b/10.0/fpm/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ && docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" \ - && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip + && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip pcntl # set recommended PHP.ini settings # see https://secure.php.net/manual/en/opcache.installation.php diff --git a/11.0/apache/Dockerfile b/11.0/apache/Dockerfile index 9a6019b2..6989c1c0 100644 --- a/11.0/apache/Dockerfile +++ b/11.0/apache/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ && docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" \ - && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip + && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl # set recommended PHP.ini settings # see https://docs.nextcloud.com/server/12/admin_manual/configuration_server/server_tuning.html#enable-php-opcache diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile index 3fe1574b..8c331812 100644 --- a/11.0/fpm/Dockerfile +++ b/11.0/fpm/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ && docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" \ - && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip + && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl # set recommended PHP.ini settings # see https://docs.nextcloud.com/server/12/admin_manual/configuration_server/server_tuning.html#enable-php-opcache diff --git a/12.0/apache/Dockerfile b/12.0/apache/Dockerfile index 1377017c..e95efcec 100644 --- a/12.0/apache/Dockerfile +++ b/12.0/apache/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ && docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" \ - && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip + && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl # set recommended PHP.ini settings # see https://docs.nextcloud.com/server/12/admin_manual/configuration_server/server_tuning.html#enable-php-opcache diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile index bcf3a3e4..6eb0ec26 100644 --- a/12.0/fpm/Dockerfile +++ b/12.0/fpm/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ && docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" \ - && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip + && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl # set recommended PHP.ini settings # see https://docs.nextcloud.com/server/12/admin_manual/configuration_server/server_tuning.html#enable-php-opcache diff --git a/Dockerfile-php7.template b/Dockerfile-php7.template index 89e23b82..a0c66def 100644 --- a/Dockerfile-php7.template +++ b/Dockerfile-php7.template @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ && docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" \ - && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip + && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl # set recommended PHP.ini settings # see https://docs.nextcloud.com/server/12/admin_manual/configuration_server/server_tuning.html#enable-php-opcache diff --git a/Dockerfile.template b/Dockerfile.template index a25bdb66..53c7ee44 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ && docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" \ - && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip + && docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip pcntl # set recommended PHP.ini settings # see https://secure.php.net/manual/en/opcache.installation.php