File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2627RUN 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
Original file line number Diff line number Diff 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
2627RUN 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
You can’t perform that action at this time.
0 commit comments