ENHANCEMENT: less steps
This commit is contained in:
parent
2d66faab9f
commit
9328be1b78
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user