Skip to content

Commit

Permalink
Merge pull request #2 from lialosiu/master
Browse files Browse the repository at this point in the history
fixed GD with JPEG support.
  • Loading branch information
Mahmoudz authored Aug 3, 2016
2 parents 9ccfedc + 0d2782a commit 5a725f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile-70
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ RUN docker-php-ext-install pdo_pgsql
#####################################

# Install the PHP gd library
RUN docker-php-ext-install gd && \
docker-php-ext-configure gd \
RUN docker-php-ext-configure gd \
--enable-gd-native-ttf \
--with-jpeg-dir=/usr/lib \
--with-freetype-dir=/usr/include/freetype2
--with-freetype-dir=/usr/include/freetype2 && \
docker-php-ext-install gd

#####################################
# Memcached:
Expand Down

0 comments on commit 5a725f5

Please sign in to comment.