No description
Find a file
Peter Martini 34796bd21f Minor cleanups per pull request comments
* "perl","-de0" not "perl -V" (which was broken anyway)
* Skip removing the src; no need after make veryclean
* (My own thought - move the WORKDIR before CMD)
2014-07-08 00:21:25 -04:00
5.018.002-64bit Minor cleanups per pull request comments 2014-07-08 00:21:25 -04:00
5.018.002-64bit,threaded Minor cleanups per pull request comments 2014-07-08 00:21:25 -04:00
5.020.000-64bit Minor cleanups per pull request comments 2014-07-08 00:21:25 -04:00
5.020.000-64bit,threaded Minor cleanups per pull request comments 2014-07-08 00:21:25 -04:00
LICENSE Initial commit 2014-07-06 18:43:53 -04:00
README.md Added more detail to the README 2014-07-07 00:53:03 -04:00

docker-perl

Dockerfiles for Perl5

The structure of this repo is to use the full version ID of each Perl version, plus a comma separate list of extensions. Every directory is expected to have at least the bit specification (32bit or 64bit), and at the moment the only other extension is threaded.

There are currently no 32bit extensions as Docker does not (yet?) support 32-bit builds.

The 64bit builds specify use64bitall despite this being largely redundant (Configure would properly detect this) to make the desired bit size explicit.