File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM php:7.3.8 -fpm-alpine3.10
1
+ FROM php:7.4.2 -fpm-alpine3.11
2
2
3
3
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
4
4
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
@@ -10,6 +10,7 @@ RUN apk info \
10
10
&& echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
11
11
&& echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories \
12
12
&& echo @3.9 http://dl-cdn.alpinelinux.org/alpine/v3.9/main >> /etc/apk/repositories \
13
+ && echo @3.10 http://dl-cdn.alpinelinux.org/alpine/v3.10/main >> /etc/apk/repositories \
13
14
&& apk update \
14
15
&& apk upgrade \
15
16
&& apk add --no-cache --virtual .build-deps \
@@ -39,7 +40,7 @@ RUN apk info \
39
40
xvfb \
40
41
chromium@3.9 \
41
42
chromium-chromedriver@3.9 \
42
- && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with- jpeg-dir=/usr/include/ \
43
+ && docker-php-ext-configure gd --with-freetype --with-jpeg \
43
44
&& docker-php-ext-install -j$(nproc) \
44
45
gd \
45
46
pdo_mysql \
@@ -49,7 +50,6 @@ RUN apk info \
49
50
intl \
50
51
opcache \
51
52
pcntl \
52
- mbstring \
53
53
iconv \
54
54
&& pecl install \
55
55
redis \
You can’t perform that action at this time.
0 commit comments