fix: Fix Docker build
This commit is contained in:
parent
4a125777bf
commit
194b67eede
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ RUN docker-php-ext-install intl
|
||||||
RUN docker-php-ext-install zip
|
RUN docker-php-ext-install zip
|
||||||
RUN docker-php-ext-install gmp
|
RUN docker-php-ext-install gmp
|
||||||
RUN docker-php-ext-install gettext
|
RUN docker-php-ext-install gettext
|
||||||
|
RUN docker-php-ext-install xsl
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
RUN curl -sS https://getcomposer.org/installer | php
|
RUN curl -sS https://getcomposer.org/installer | php
|
||||||
COPY resources/php.ini /usr/local/etc/php/
|
COPY resources/php.ini /usr/local/etc/php/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue