Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 411 Bytes

docker-perl-runtime

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

Usage

docker pull ccakes/perl-runtime
docker run -it --rm -v $(pwd):/app -w /app ccakes/perl-runtime carton exec -- perl my_app.pl