From 8153299cbaf491ed596ec6161b2b610dff2df5f8 Mon Sep 17 00:00:00 2001 From: Adrian Kosmaczewski Date: Fri, 12 May 2023 08:41:43 +0200 Subject: [PATCH] Forgot required library --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 02cc64b..bccc2c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM docker.io/asciidoctor/docker-asciidoctor:1.47.0 +RUN apk add --no-cache ghostscript RUN gem install asciidoctor-lists rghost COPY fonts /fonts COPY theme /theme