Skip to content
Snippets Groups Projects
Verified Commit e4e7bd06 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated Dockerfile

parent e7d80986
No related branches found
No related tags found
No related merge requests found
Pipeline #15637 passed
...@@ -28,11 +28,11 @@ RUN stack install hakyll ...@@ -28,11 +28,11 @@ RUN stack install hakyll
RUN stack install pandoc RUN stack install pandoc
RUN apt install -y wget 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 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 rm pandoc-crossref-Linux.tar.xz
RUN apt install -y texlive-lang-french RUN apt install -y texlive-lang-french
RUN apt install -y librsvg2-bin RUN apt install -y librsvg2-bin
RUN apt install -y rsync RUN apt install -y rsync
ENTRYPOINT /bin/sh ENTRYPOINT bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment