Simple base runtime container with Perl using alpine:edge.
937
A simple base Perl image using alpine:edge with minimum required compiler tools for building modules.
Image also contains Carton for app dependency management.
Also included is postgres-libs for DBD::Pg
docker pull ccakes/perl-runtime
docker run -it --rm -v $(pwd):/app -w /app ccakes/perl-runtime carton exec -- perl my_app.pl
Content type
Image
Digest
Size
82.1 MB
Last updated
almost 7 years ago
docker pull ccakes/perl-runtime