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