summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-07-14 14:25:12 +0200
committerGitHub <noreply@github.com>2017-07-14 14:25:12 +0200
commit9ebc7e6045f9083434d11273f7db10b08ca2e9ff (patch)
treeea4e8c6429ca447341c271a1e577244edebefe0d
parente43855e3e199811a7bda9fff3a6a1bdb9664dda0 (diff)
parent59da82a5b2fa585327173de28590cf4b66052aa7 (diff)
Merge pull request #128 from nextcloud/pcntl
Add pcntl
-rw-r--r--10.0/apache/Dockerfile2
-rw-r--r--10.0/fpm/Dockerfile2
-rw-r--r--11.0/apache/Dockerfile2
-rw-r--r--11.0/fpm/Dockerfile2
-rw-r--r--12.0/apache/Dockerfile2
-rw-r--r--12.0/fpm/Dockerfile2
-rw-r--r--Dockerfile-php7.template2
-rw-r--r--Dockerfile.template2
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