Skip to content

Commit aeb5a6b

Browse files
authored
Merge pull request laradock#140 from yewjs/patch-1
Update Dockerfile-70
2 parents 2bbf59d + 48a53f1 commit aeb5a6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

php-fpm/Dockerfile-70

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
99
libpq-dev \
1010
libmemcached-dev \
1111
curl \
12+
libjpeg-dev \
1213
libpng12-dev \
1314
libfreetype6-dev \
1415
libssl-dev \
@@ -25,6 +26,7 @@ RUN pecl install mongodb
2526
# configure gd library
2627
RUN docker-php-ext-configure gd \
2728
--enable-gd-native-ttf \
29+
--with-jpeg-dir=/usr/lib \
2830
--with-freetype-dir=/usr/include/freetype2
2931

3032
# Install extensions using the helper script provided by the base image

0 commit comments

Comments
 (0)