From eda145186d751d0fa2b4c76d1f7d2a8716e4e887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Tue, 6 May 2025 10:33:23 +0000 Subject: [PATCH] update tlmgr --- Dockerfile.alpine | 2 ++ Dockerfile.ubuntu | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 212492c..225861c 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -9,6 +9,8 @@ RUN set -ex; \ make \ ; \ \ + tlmgr update --self; \ + \ tlmgr install \ kpfonts \ lastpage \ diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 4342634..d213449 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -10,6 +10,8 @@ RUN set -ex; \ make \ ; rm -rf /var/lib/apt/lists/*; \ \ + tlmgr update --self; \ + \ tlmgr install \ kpfonts \ lastpage \