From aab103ec1616c36352d8083838717fa747448a97 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Fri, 30 Aug 2024 14:19:32 +0200 Subject: [PATCH] - fixed dependency --- gitlab-ci/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile index 972c60c..e8eac8f 100644 --- a/gitlab-ci/Dockerfile +++ b/gitlab-ci/Dockerfile @@ -60,6 +60,8 @@ RUN apt-get update; \ RUN mkdir -p "$EXTLIB" RUN mkdir -p "$PERL_CPANM_HOME" RUN cpanm -L "$EXTLIB" --notest --verbose --no-interactive \ + Archive::BagIt \ + Archive::Bagit::Fast \ IO::Prompt::Tiny \ Pod::Autopod \ Test::Retry \ -- GitLab