FIX: added missing perl module
continuous-integration/drone Build is passing Details

This commit is contained in:
Dominik Meyer 2024-02-02 15:15:38 +01:00
parent 561f310d6f
commit e568719f7c
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 1 additions and 0 deletions

View File

@ -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