diff --git a/hakyll/Dockerfile b/hakyll/Dockerfile index 5ddaedaf914f059bec0a8b173b7ee6f915b58967..dee8b6aae744f8e6c5b352f1e34d0bc4ce64c7c1 100644 --- a/hakyll/Dockerfile +++ b/hakyll/Dockerfile @@ -28,8 +28,8 @@ 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