Update Dockerfile-php

The package libpng12-dev was dropped after 16.04. It's been gone a long time.
This commit is contained in:
Mirko Sacchetti 2018-05-27 21:37:20 +02:00 committed by GitHub
parent 0a6ddf56f6
commit f5ec83dafc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM php:7.0-fpm
RUN apt-get update && apt-get install -y \
libpq-dev \
libmcrypt-dev \
libpng12-dev \
libpng-dev \
libjpeg62-turbo-dev \
libfreetype6-dev \
libxrender1 \