Check for calendar extension in installer

This commit is contained in:
Nabeel Shahzad
2019-06-19 13:02:06 -04:00
parent 4653eb20ad
commit fb9c1c3681
6 changed files with 12 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ COPY ext-opcache.ini $PHP_INI_DIR/conf.d/
RUN ln -sf /dev/stderr /var/log/fpm-error.log
RUN docker-php-ext-install \
calendar \
pdo_mysql \
gmp \
opcache