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 1ca3261 commit 3c4d589Copy full SHA for 3c4d589
Dockerfile
@@ -229,10 +229,10 @@ RUN echo @main http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositori
229
postgresql-dev && \
230
docker-php-ext-configure gd \
231
--with-gd \
232
- --with-webp-dir=/usr/include/ \
233
- --with-freetype-dir=/usr/include/ \
234
- --with-png-dir=/usr/include/ \
235
- --with-jpeg-dir=/usr/include/ && \
+ --with-webp=/usr/include/ \
+ --with-freetype=/usr/include/ \
+ --with-png=/usr/include/ \
+ --with-jpeg=/usr/include/ && \
236
docker-php-ext-install iconv pdo_mysql pdo_sqlite pgsql pdo_pgsql mysqli gd exif intl xsl json soap dom zip opcache bcmath pcntl && \
237
pecl channel-update pecl.php.net && \
238
pecl install -o -f redis && \
0 commit comments