Enable intl
This commit is contained in:
parent
a2585689f4
commit
1bf9f63ee8
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
||||||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||||
|
|
||||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype json iconv pcntl openssl
|
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype json iconv pcntl openssl intl
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
||||||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||||
|
|
||||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype json iconv pcntl openssl
|
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype json iconv pcntl openssl intl
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
||||||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||||
|
|
||||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv
|
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv intl
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
||||||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||||
|
|
||||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv
|
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv intl
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
||||||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||||
|
|
||||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv
|
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv intl
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||||
|
|
Loading…
Reference in a new issue