From 6e0a12d551ded3a98714264fd7f516d6c3f724f9 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Mon, 7 Nov 2022 09:06:11 +0100 Subject: [PATCH] buzmp --- pandoc/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/pandoc/Dockerfile b/pandoc/Dockerfile index 8abadfd..f1d98ef 100644 --- a/pandoc/Dockerfile +++ b/pandoc/Dockerfile @@ -26,4 +26,5 @@ RUN apk add --update python3 py3-pip \ && python3 -m pip install pip --upgrade \ && python3 -m pip install wheel && python3 -m pip install pandoc-numbering + ENTRYPOINT /bin/sh -- GitLab