add xlswriter extension

This commit is contained in:
Wuweiming
2021-12-16 11:49:55 +08:00
parent 17062bd9d8
commit 353ed5afb4
3 changed files with 3 additions and 3 deletions

View File

@ -378,7 +378,7 @@ RUN set -eux; \
ARG INSTALL_XLSWRITER=false
RUN set -eux; \
if [ ${INSTALL_XLSWRITER} = true ]; then \
# Install Php Swoole Extension \
# Install Php xlswriter Extension \
pecl install xlswriter; \
docker-php-ext-enable xlswriter; \
php -m | grep -q 'xlswriter'; \