Fix: php.ini / Add: exif php extension
This commit is contained in:
@@ -24,6 +24,7 @@ USER root
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y wget
|
RUN apt-get install -y wget
|
||||||
RUN apt-get install -y dos2unix
|
RUN apt-get install -y dos2unix
|
||||||
|
RUN apt-get install -y libexif-dev
|
||||||
RUN apt-get install -y libwebp-dev
|
RUN apt-get install -y libwebp-dev
|
||||||
RUN apt-get install -y libpng-dev
|
RUN apt-get install -y libpng-dev
|
||||||
RUN apt-get install -y libjpeg-dev
|
RUN apt-get install -y libjpeg-dev
|
||||||
@@ -89,6 +90,7 @@ RUN docker-php-ext-install gd
|
|||||||
RUN docker-php-ext-install pdo_mysql
|
RUN docker-php-ext-install pdo_mysql
|
||||||
RUN docker-php-ext-install mysqli
|
RUN docker-php-ext-install mysqli
|
||||||
RUN docker-php-ext-install mbstring
|
RUN docker-php-ext-install mbstring
|
||||||
|
RUN docker-php-ext-install exif
|
||||||
RUN docker-php-ext-install zip
|
RUN docker-php-ext-install zip
|
||||||
RUN docker-php-ext-install fileinfo
|
RUN docker-php-ext-install fileinfo
|
||||||
RUN docker-php-ext-install curl
|
RUN docker-php-ext-install curl
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ display_errors = Off
|
|||||||
log_errors = On
|
log_errors = On
|
||||||
error_log = /proc/self/fd/2
|
error_log = /proc/self/fd/2
|
||||||
output_buffering = 4096
|
output_buffering = 4096
|
||||||
|
error_reporting = E_ALL
|
||||||
|
zend.exception_on_error = On
|
||||||
default_charset = "UTF-8"
|
default_charset = "UTF-8"
|
||||||
post_max_size = 32M
|
post_max_size = 32M
|
||||||
upload_max_filesize = 32M
|
upload_max_filesize = 32M
|
||||||
Reference in New Issue
Block a user