Skip to content

Commit 3c4d589

Browse files
authored
Update Dockerfile
1 parent 1ca3261 commit 3c4d589

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ RUN echo @main http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositori
229229
postgresql-dev && \
230230
docker-php-ext-configure gd \
231231
--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/ && \
232+
--with-webp=/usr/include/ \
233+
--with-freetype=/usr/include/ \
234+
--with-png=/usr/include/ \
235+
--with-jpeg=/usr/include/ && \
236236
docker-php-ext-install iconv pdo_mysql pdo_sqlite pgsql pdo_pgsql mysqli gd exif intl xsl json soap dom zip opcache bcmath pcntl && \
237237
pecl channel-update pecl.php.net && \
238238
pecl install -o -f redis && \

0 commit comments

Comments
 (0)