asciidoctor
A processor that converts AsciiDoc files to a publishable format. More information: <https://docs.asciidoctor.org>.
RUN apt-get update && \
apt-get install -y asciidoctor
RUN apt-get update && \
apt-get install -y asciidoctor
RUN apk add asciidoctor
RUN pacman -S --noconfirm asciidoctor
RUN apt-get update && \
apt-get install -y asciidoctor
RUN dnf install -y asciidoctor
RUN apt-get update && \
apt-get install -y asciidoctor