fix: Fix Docker build

This commit is contained in:
Pierre Rudloff 2019-10-03 22:13:01 +02:00
parent 4a125777bf
commit 194b67eede
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ RUN docker-php-ext-install intl
RUN docker-php-ext-install zip
RUN docker-php-ext-install gmp
RUN docker-php-ext-install gettext
RUN docker-php-ext-install xsl
RUN a2enmod rewrite
RUN curl -sS https://getcomposer.org/installer | php
COPY resources/php.ini /usr/local/etc/php/