We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e48a0e commit b84d8dcCopy full SHA for b84d8dc
Dockerfile
@@ -56,7 +56,7 @@ RUN phpbrew init \
56
RUN phpbrew --debug install 7.4 +default +mysql +sqlite +mb +debug +fpm +intl +openssl=/usr/local/opt/openssl +bz2=/usr/local/opt/bzip2 +zlib=/usr/local/opt/zlib +apxs2=/usr/bin/apxs2 -- --enable-maintainer-zts
57
RUN phpbrew ext install parallel -- --enable-parallel-coverage --enable-parallel-dev
58
59
-# RUN echo "Asia/Taipei" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata
+RUN echo "Asia/Taipei" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata
60
61
COPY php.ini $PHPBREW_ROOT/php/php-$PHP_SUBVERSION/etc/php.ini
62
0 commit comments