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

- fixed dependency

parent d39b0af3
No related branches found
No related tags found
No related merge requests found
Pipeline #6968 failed
...@@ -60,6 +60,7 @@ RUN apt-get update; \ ...@@ -60,6 +60,7 @@ 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 \
IO::Prompt::Tiny \
Pod::Autopod \ Pod::Autopod \
Test::Retry \ Test::Retry \
Perl::Critic::Policy::Compatibility::PerlMinimumVersionAndWhy \ Perl::Critic::Policy::Compatibility::PerlMinimumVersionAndWhy \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment