Add support for calendar
This commit is contained in:
parent
d1999937fd
commit
e8e3d63e7a
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue