From 94d963cdf65a07cb61865422022730de94278717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Lu=CC=88beck?= Date: Tue, 15 Feb 2022 15:01:09 +0100 Subject: [PATCH] Added tlmgr self-update to Dockerfile because runing the following command fails otherwise. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f228cb5..b4eaa2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM pandoc/alpine-latex:latest LABEL Name=markdowncv Version=0.0.1 + +RUN tlmgr update --self RUN tlmgr install \ enumitem \