Skip to content
Snippets Groups Projects
Verified Commit c9d7d697 authored by David Mehren's avatar David Mehren
Browse files

only install libertine once

parent b15e02ec
No related branches found
No related tags found
No related merge requests found
Pipeline #970 passed
...@@ -4,7 +4,7 @@ ENV PANDOC_VERSION=2.7.3 ...@@ -4,7 +4,7 @@ ENV PANDOC_VERSION=2.7.3
RUN apk add --no-cache ttf-linux-libertine RUN apk add --no-cache ttf-linux-libertine
RUN apk add --no-cache texlive-full RUN apk add --no-cache texlive-full
RUN apk add --no-cache hugo git ttf-linux-libertine RUN apk add --no-cache hugo git
RUN apk add --no-cache ca-certificates wget \ RUN apk add --no-cache ca-certificates wget \
&& wget -O /tmp/pandoc.tar.gz https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux.tar.gz \ && wget -O /tmp/pandoc.tar.gz https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux.tar.gz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment