ENHANCEMENT: less steps

This commit is contained in:
Jeroen De Meerleer 2022-06-10 11:12:29 +02:00
parent 2d66faab9f
commit 9328be1b78
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 8 deletions

View File

@ -25,14 +25,7 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
RUN set -eux; \
chmod uga+x /usr/local/bin/install-php-extensions && sync
RUN set -eux;install-php-extensions intl
RUN set -eux;install-php-extensions bcmath
RUN set -eux;install-php-extensions pdo_pgsql
RUN set -eux;install-php-extensions pdo_mysql
RUN set -eux;install-php-extensions opcache
RUN set -eux;install-php-extensions memcached
RUN set -eux;install-php-extensions pcntl
RUN set -eux;install-php-extensions zip
RUN set -eux;install-php-extensions intl bcmath pdo_mysql opcache memcached pcntl zip
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"