We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e267e commit 712c74cCopy full SHA for 712c74c
README.md
@@ -2,3 +2,14 @@ docker-perl
2
===========
3
4
Dockerfiles for Perl5
5
+
6
+The structure of this repo is to use the full version ID of each Perl version,
7
+plus a comma separate list of extensions. Every directory is expected to have
8
+at least the bit specification (32bit or 64bit), and at the moment the only
9
+other extension is threaded.
10
11
+There are currently no 32bit extensions as Docker does not (yet?) support 32-bit
12
+builds.
13
14
+The 64bit builds specify use64bitall despite this being largely redundant
15
+(Configure would properly detect this) to make the desired bit size explicit.
0 commit comments