Run update.sh

This commit is contained in:
Docker Library Bot 2017-10-12 01:31:35 +00:00
parent b48ce3c877
commit 8c661fb58a
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng12-dev \
libpng-dev \
&& docker-php-ext-install -j$(nproc) iconv mcrypt \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd