Update dependencies for Docker image
This commit is contained in:
parent
606810e99b
commit
75d1c08702
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
FROM php:7.3-apache
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libicu-dev xz-utils git zlib1g-dev python libgmp-dev libzip-dev
|
||||
RUN apt-get install -y libicu-dev xz-utils git python libgmp-dev unzip ffmpeg
|
||||
RUN docker-php-ext-install mbstring
|
||||
RUN docker-php-ext-install intl
|
||||
RUN docker-php-ext-install zip
|
||||
RUN docker-php-ext-install gmp
|
||||
RUN a2enmod rewrite
|
||||
RUN curl -sS https://getcomposer.org/installer | php
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --quiet
|
||||
COPY resources/php.ini /usr/local/etc/php/
|
||||
COPY . /var/www/html/
|
||||
RUN php composer.phar install --prefer-dist --no-progress --no-dev --optimize-autoloader
|
||||
|
|
Loading…
Reference in a new issue