png-fix-itxt
manipulate PNG image format files
RUN apt-get update && \
apt-get install -y libpng-tools
RUN apt-get update && \
apt-get install -y libpng16-tools
RUN apk add libpng
RUN pacman -S --noconfirm libpng
RUN apt-get update && \
apt-get install -y libpng-tools
RUN yum install -y libpng
RUN dnf install -y libpng-devel-2
RUN apt-get update && \
apt-get install -y libpng-tools