We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bbf59d + 48a53f1 commit aeb5a6bCopy full SHA for aeb5a6b
1 file changed
php-fpm/Dockerfile-70
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
9
libpq-dev \
10
libmemcached-dev \
11
curl \
12
+ libjpeg-dev \
13
libpng12-dev \
14
libfreetype6-dev \
15
libssl-dev \
@@ -25,6 +26,7 @@ RUN pecl install mongodb
25
26
# configure gd library
27
RUN docker-php-ext-configure gd \
28
--enable-gd-native-ttf \
29
+ --with-jpeg-dir=/usr/lib \
30
--with-freetype-dir=/usr/include/freetype2
31
32
# Install extensions using the helper script provided by the base image
0 commit comments