libpng-config

manipulate PNG image format files

Debian Debian
RUN apt-get update && \ apt-get install -y libpng12-dev
Ubuntu
RUN apt-get update && \ apt-get install -y libpng16-devtools
Alpine
RUN apk add libpng
Arch Arch Linux
RUN pacman -S --noconfirm libpng
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libpng-dev
Fedora
RUN dnf install -y mingw64-libpng
Raspbian
RUN apt-get update && \ apt-get install -y libpng12-dev
click the source code to copy install libpng-config on any operating system with command-not-found.com