From 0320363b477e2c696362734f62e0e4829f7376ed Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 18 Dec 2023 10:23:38 +0000 Subject: [PATCH] Add asciidoctor-multipage to the dev container. --- devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer/Dockerfile b/devcontainer/Dockerfile index 2b15ef7..65363e9 100644 --- a/devcontainer/Dockerfile +++ b/devcontainer/Dockerfile @@ -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