Skip to content

Commit

Permalink
php-fpm-7.2 build failed, to solve it, the detail reason see docker-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
melon1900 committed Jan 23, 2018
1 parent 13c023e commit 5076c8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php-fpm-7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -xe && \
libcap-dev \
libfreetype6-dev \
libjpeg62-turbo-dev \
libpng12-dev \
libpng-dev \
&& rm -r /var/lib/apt/lists/* \
&& docker-php-ext-install -j$(nproc) iconv mysqli pdo pdo_mysql sockets opcache \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
Expand Down
2 changes: 1 addition & 1 deletion php-fpm-7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -xe && \
libcap-dev \
libfreetype6-dev \
libjpeg62-turbo-dev \
libpng12-dev \
libpng-dev \
&& rm -r /var/lib/apt/lists/* \
&& docker-php-ext-install -j$(nproc) iconv mysqli pdo pdo_mysql sockets opcache \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
Expand Down
2 changes: 1 addition & 1 deletion php-fpm-7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -xe && \
libcap-dev \
libfreetype6-dev \
libjpeg62-turbo-dev \
libpng12-dev \
libpng-dev \
&& rm -r /var/lib/apt/lists/* \
&& docker-php-ext-install -j$(nproc) iconv mysqli pdo pdo_mysql sockets opcache \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
Expand Down

0 comments on commit 5076c8b

Please sign in to comment.