pygmentize
Python-based syntax highlighter. More information: <https://pygments.org/docs/cmdline/>.
RUN apt-get update && \
apt-get install -y python-pygments
RUN apt-get update && \
apt-get install -y python-pygments
RUN pacman -S --noconfirm pygmentize
RUN apt-get update && \
apt-get install -y python3-pygments
RUN yum install -y python-pygments
RUN dnf install -y python3-pygments
RUN apt-get update && \
apt-get install -y python-pygments