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.
1 parent 53c4b0d commit 007dc98Copy full SHA for 007dc98
Dockerfile
@@ -26,7 +26,7 @@ RUN mkdir -p /var/lib/mibs/ietf && \
26
# Configure apache and required PHP modules
27
RUN docker-php-ext-configure mysqli --with-mysqli=mysqlnd && \
28
docker-php-ext-install mysqli && \
29
- docker-php-ext-configure gd --enable-gd-native-ttf --with-freetype-dir=/usr/include/freetype2 --with-png-dir=/usr/include --with-jpeg-dir=/usr/include && \
+ docker-php-ext-configure gd --with-freetype-dir=/usr/include/freetype2 --with-png-dir=/usr/include --with-jpeg-dir=/usr/include && \
30
docker-php-ext-install gd && \
31
docker-php-ext-install curl && \
32
docker-php-ext-install json && \
0 commit comments