gs
GhostScript is a PDF and PostScript interpreter. More information: <https://manned.org/gs>.
RUN apt-get update && \
apt-get install -y ghostscript
RUN apt-get update && \
apt-get install -y ghostscript
RUN apk add ghostscript
RUN pacman -S --noconfirm ghostscript
RUN apt-get update && \
apt-get install -y ghostscript
RUN yum install -y ghostscript
RUN dnf install -y ghostscript
RUN apt-get update && \
apt-get install -y ghostscript