We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 935c7ec + b8d348a commit 79e269eCopy full SHA for 79e269e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:7.3.8-fpm-alpine3.10
+FROM php:7.4.2-fpm-alpine3.10
2
3
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
4
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
@@ -39,7 +39,7 @@ RUN apk info \
39
xvfb \
40
chromium@3.9 \
41
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/ \
+ && docker-php-ext-configure gd --with-freetype --with-jpeg \
43
&& docker-php-ext-install -j$(nproc) \
44
gd \
45
pdo_mysql \
0 commit comments