Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Use libpng-dev package instead of libpng12-dev
Browse files Browse the repository at this point in the history
Otherwise, the PHP build fails. For further
context, see docker-library/php#485.
  • Loading branch information
fureigh committed Jan 16, 2019
1 parent 8d717ed commit deb2103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Expand Up @@ -6,7 +6,7 @@ RUN sed -i 's/html/web/g' /etc/apache2/sites-available/000-default.conf
RUN apt-get update &&\
apt-get install -y \
libbz2-dev libcurl4-openssl-dev libmcrypt-dev \
libwebp-dev libjpeg-dev libpng12-dev \
libwebp-dev libjpeg-dev libpng-dev \
git jq wget mysql-client &&\
docker-php-ext-install bz2 curl gd mbstring mcrypt pdo pdo_mysql zip &&\
apt-get autoremove -y &&\
Expand Down

0 comments on commit deb2103

Please sign in to comment.