Skip to content
Snippets Groups Projects
Verified Commit aab103ec authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed dependency

parent f9c00f7f
Branches
No related tags found
No related merge requests found
Pipeline #6969 failed
...@@ -60,6 +60,8 @@ RUN apt-get update; \ ...@@ -60,6 +60,8 @@ RUN apt-get update; \
RUN mkdir -p "$EXTLIB" RUN mkdir -p "$EXTLIB"
RUN mkdir -p "$PERL_CPANM_HOME" RUN mkdir -p "$PERL_CPANM_HOME"
RUN cpanm -L "$EXTLIB" --notest --verbose --no-interactive \ RUN cpanm -L "$EXTLIB" --notest --verbose --no-interactive \
Archive::BagIt \
Archive::Bagit::Fast \
IO::Prompt::Tiny \ IO::Prompt::Tiny \
Pod::Autopod \ Pod::Autopod \
Test::Retry \ Test::Retry \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment