File: Dockerfile

package info (click to toggle)
libjson-path-perl 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: perl: 891; javascript: 62; sh: 3; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
FROM perl:stable
ENV TZ="America/Chicago"
RUN cpanm LWP::Protocol::https
RUN cpanm Dist::Zilla Pod::Elemental::Transformer::List \
    Dist::Zilla::Plugin::CheckChangeLog Dist::Zilla::Plugin::GithubMeta \
    Dist::Zilla::Plugin::MetaProvides::Package Dist::Zilla::Plugin::PodWeaver \
    Dist::Zilla::Plugin::Prereqs::FromCPANfile Dist::Zilla::Plugin::ReadmeAnyFromPod \
    Carp::Assert LV Readonly