From e1debe6c2ef527b4e67ed358fa627fc1d954d2f6 Mon Sep 17 00:00:00 2001 From: orensbruli Date: Sun, 14 Jan 2024 11:41:35 +0100 Subject: [PATCH] Ghost script in docker --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2201503..d8ccd35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,8 @@ RUN wget --output-document=/usr/local/bin/yq https://github.com/mikefarah/yq/rel yq --version RUN apt-get update && apt-get install -y \ - fonts-roboto-slab + fonts-roboto-slab \ + ghostscript # Set working directory WORKDIR /latex_content