From c9d7d6975647384bbfebd75ffc3ceba9bc7f5f38 Mon Sep 17 00:00:00 2001
From: David Mehren <dmehren1@gmail.com>
Date: Wed, 19 Jun 2019 10:10:01 +0200
Subject: [PATCH] only install libertine once

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 48f20a0..7e231b5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ ENV PANDOC_VERSION=2.7.3
 
 RUN apk add --no-cache ttf-linux-libertine
 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 \
   && wget -O /tmp/pandoc.tar.gz https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux.tar.gz \
-- 
GitLab