Fix cpanm call in run layer

This commit is contained in:
2026-05-17 12:01:40 -04:00
parent 47b2c588b8
commit 3cc4a6b5d3

View File

@@ -1,6 +1,6 @@
FROM perl:stable FROM perl:stable
RUN cpan cpanm Config::Std \ RUN cpanm Config::Std \
&& cpanm Template \ && cpanm Template \
&& cpanm Template::Plugin::DBI \ && cpanm Template::Plugin::DBI \
&& cpanm Template::Plugin::HTML::Strip \ && cpanm Template::Plugin::HTML::Strip \