File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,13 @@ RUN apt-get update && \
2323 php${PHP_VERSION}-curl \
2424 php${PHP_VERSION}-dom \
2525 php${PHP_VERSION}-gd \
26+ php${PHP_VERSION}-gmp \
2627 php${PHP_VERSION}-mbstring \
2728 php${PHP_VERSION}-mysql \
2829 php${PHP_VERSION}-pgsql \
2930 php${PHP_VERSION}-sqlite3 \
3031 php${PHP_VERSION}-opcache \
32+ php${PHP_VERSION}-memcached \
3133 php${PHP_VERSION}-zip && \
3234
3335
@@ -43,6 +45,7 @@ RUN apt-get update && \
4345 # # Configure PHP-FPM
4446 sed -i "s!display_startup_errors = Off!display_startup_errors = On!g" /etc/php/${PHP_VERSION}/fpm/php.ini && \
4547 sed -i "s!;error_log = php_errors.log!error_log = /proc/self/fd/2!g" /etc/php/${PHP_VERSION}/fpm/php.ini && \
48+ sed -i "s!max_execution_time = 30!max_execution_time = 600!g" /etc/php/${PHP_VERSION}/fpm/php.ini && \
4649
4750 sed -i "s!;daemonize = yes!daemonize = no!g" /etc/php/${PHP_VERSION}/fpm/php-fpm.conf && \
4851 sed -i "s!error_log = /var/log/php${PHP_VERSION}-fpm.log!error_log = /proc/self/fd/2!g" /etc/php/${PHP_VERSION}/fpm/php-fpm.conf && \
You can’t perform that action at this time.
0 commit comments