optipng

PNG file optimization utility. More information: <http://optipng.sourceforge.net>.

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