From e4e7bd0637287535ccba5d19c61486cb63f85461 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sat, 19 Feb 2022 11:57:38 +0100 Subject: [PATCH] updated Dockerfile --- hakyll/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hakyll/Dockerfile b/hakyll/Dockerfile index cb5c207..5ddaeda 100644 --- a/hakyll/Dockerfile +++ b/hakyll/Dockerfile @@ -28,11 +28,11 @@ RUN stack install hakyll RUN stack install pandoc RUN apt install -y wget -RUN wget https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.12.0a/pandoc-crossref-Linux.tar.xz && tar -xf pandoc-crossref-Linux.tar.xz -C /usr/local/bin -RUN rm pandoc-crossref-Linux.tar.xz +# RUN wget https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.12.0a/pandoc-crossref-Linux.tar.xz && tar -xf pandoc-crossref-Linux.tar.xz -C /usr/local/bin +# RUN rm pandoc-crossref-Linux.tar.xz RUN apt install -y texlive-lang-french RUN apt install -y librsvg2-bin RUN apt install -y rsync -ENTRYPOINT /bin/sh +ENTRYPOINT bash -- GitLab