We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ccfedc + 0d2782a commit 5a725f5Copy full SHA for 5a725f5
Dockerfile-70
@@ -44,11 +44,11 @@ RUN docker-php-ext-install pdo_pgsql
44
#####################################
45
46
# Install the PHP gd library
47
-RUN docker-php-ext-install gd && \
48
- docker-php-ext-configure gd \
+RUN docker-php-ext-configure gd \
49
--enable-gd-native-ttf \
50
--with-jpeg-dir=/usr/lib \
51
- --with-freetype-dir=/usr/include/freetype2
+ --with-freetype-dir=/usr/include/freetype2 && \
+ docker-php-ext-install gd
52
53
54
# Memcached:
0 commit comments