Skip to content

Commit

Permalink
Update libpng-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
VertigoRay authored Apr 5, 2019
1 parent 582c80d commit eefad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ADD docker/php/php.ini /usr/local/etc/php/php.ini


# Install OS Requirements && PHP Core Extensions
RUN requirements="wget git libfreetype6-dev libjpeg62-turbo-dev libpng12-dev" \
RUN requirements="wget git libfreetype6-dev libjpeg62-turbo-dev libpng-dev" \
&& apt-get update && apt-get install -y $requirements \
&& rm -rf /var/lib/apt/lists/* \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
Expand Down

0 comments on commit eefad8a

Please sign in to comment.