highlight
Outputs syntax-highlighted source code to a variety of formats. More information: <http://www.andre-simon.de/doku/highlight/highlight.php>.
RUN apt-get update && \
apt-get install -y highlight
RUN apt-get update && \
apt-get install -y highlight
RUN apk add highlight
RUN pacman -S --noconfirm highlight
RUN apt-get update && \
apt-get install -y highlight
RUN yum install -y highlight
RUN dnf install -y highlight
RUN apt-get update && \
apt-get install -y highlight