Commit b4dc363
Adds out of the box SSL support w/ IO::Socket::SSL
The new Dockerfiles preinstalls IO::Socket::SSL with its dependencies to give
users out of the box SSL support. For slim builds we also keep the lib32z1-dev
libssl-dev packages so when people run `cpanm Net::SSLeay` and it can be
upgraded it won't cause issues.
It slightly increases the resulting image from 144MB to 197MB
Signed-off-by: Wesley Schwengle <wesley@opperschaap.net>1 parent 9e28e52 commit b4dc363
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
| 302 | + | |
300 | 303 | | |
301 | 304 | | |
302 | 305 | | |
| |||
0 commit comments