summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-05-23 22:34:08 +0000
committerGitHub <noreply@github.com>2020-05-23 22:34:08 +0000
commitba1500b05ee8889c99a46f1d0de63ab40d3e2926 (patch)
treef62f4b6392442ed2e556664fff69528614fddd28 /Dockerfile-alpine.template
parentccdf46609ff8419ffd7c5ce4e51a117e378b72b6 (diff)
Upgrade PHP to 7.4 for 19.0 (#1108)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 0840ade0..6cf338a6 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -34,7 +34,7 @@ RUN set -ex; \
gmp-dev \
; \
\
- docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
+ docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
docker-php-ext-configure ldap; \
docker-php-ext-install -j "$(nproc)" \
exif \