Add support for calendar

This commit is contained in:
Glenn Y. Rolland 2020-07-14 19:01:59 +02:00
parent d1999937fd
commit e8e3d63e7a

View file

@ -20,6 +20,7 @@ RUN apt-get update \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd \
&& docker-php-ext-install pdo pdo_mysql mysqli \
&& docker-php-ext-install calendar \
&& docker-php-ext-install zip
RUN curl -sS https://getcomposer.org/installer \