|
@@ -1,4 +1,4 @@
|
|
|
-FROM php:7.3-fpm-alpine3.10
|
|
|
+FROM php:7.4-fpm-alpine3.11
|
|
|
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
|
|
|
|
|
|
ENV APCU_PECL 5.1.18
|
|
@@ -57,10 +57,6 @@ RUN apk add -U --no-cache autoconf \
|
|
|
&& docker-php-ext-configure intl \
|
|
|
&& docker-php-ext-configure exif \
|
|
|
&& docker-php-ext-configure gd \
|
|
|
- --with-gd \
|
|
|
- --with-freetype-dir=/usr/include/ \
|
|
|
- --with-png-dir=/usr/include/ \
|
|
|
- --with-jpeg-dir=/usr/include/ \
|
|
|
&& docker-php-ext-install -j 4 exif gd gettext intl ldap opcache pcntl pdo pdo_mysql soap sockets xmlrpc zip \
|
|
|
&& docker-php-ext-configure imap --with-imap --with-imap-ssl \
|
|
|
&& docker-php-ext-install -j 4 imap \
|