libpng-config
manipulate PNG image format files
RUN apt-get update && \
apt-get install -y libpng12-dev
RUN apt-get update && \
apt-get install -y libpng16-devtools
RUN apk add libpng
RUN pacman -S --noconfirm libpng
RUN apt-get update && \
apt-get install -y libpng-dev
RUN dnf install -y mingw64-libpng
RUN apt-get update && \
apt-get install -y libpng12-dev