From e568719f7c6d5110c56e2013acd2dc20a392e8a4 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 2 Feb 2024 15:15:38 +0100 Subject: [PATCH] FIX: added missing perl module --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 1c58334..7749748 100644 --- a/Containerfile +++ b/Containerfile @@ -15,6 +15,7 @@ RUN apk update && apk add --no-cache tini bash perl-dev perl-test-leaktrace perl RUN cpanm install Text::Xslate || cat /root/.cpanm/work/*/build.log RUN cpanm install HiD --force || true RUN cpanm install HiD::Generator::BibtexPage +RUN cpanm install Log::Dispatch::Screen ADD scripts/plugin.sh /plugin.sh RUN chmod +x /plugin.sh