Skip to content

Commit

Permalink
Add asciidoctor-multipage to the dev container.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Dec 18, 2023
1 parent 628b477 commit 0320363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ FROM ubuntu:22.04
# AsciiDoxy depends on Python and Ruby, so install both
RUN apt update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y pip rubygems
# Install the Ruby bits
RUN gem install asciidoctor asciidoctor-rouge asciidoctor-pdf asciidoctor-diagram
RUN gem install asciidoctor asciidoctor-rouge asciidoctor-pdf asciidoctor-diagram asciidoctor-multipage
# Install the Python bits
RUN pip3 install asciidoxy
# Copy the doxygen version that we've just built
Expand Down

0 comments on commit 0320363

Please sign in to comment.