imginfo
A software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard
RUN apt-get update && \
apt-get install -y libjasper-runtime
RUN apt-get update && \
apt-get install -y libjasper-runtime
RUN apk add jasper
RUN pacman -S --noconfirm jasper
RUN yum install -y jasper
RUN dnf install -y jasper
RUN apt-get update && \
apt-get install -y libjasper-runtime