Merge pull request #160 from AaronJan/patch-4
fix a typo (to enable jpeg support)
This commit is contained in:
commit
8009905808
|
|
@ -79,7 +79,7 @@ extensions, you can inheriting the base image that you like, and write your own
|
|||
RUN apt-get update && apt-get install -y \
|
||||
libmcrypt-dev libpng12-dev libfreetype6-dev libjpeg62-turbo-dev \
|
||||
&& docker-php-ext-install iconv mcrypt \
|
||||
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-gd-dir=/usr/include/ \
|
||||
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
|
||||
&& docker-php-ext-install gd
|
||||
CMD ["php-fpm"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue