Created
May 9, 2017 20:48
-
-
Save truatpasteurdotfr/e20019cd06027775284e19779ed79d67 to your computer and use it in GitHub Desktop.
alpine and failed perl Number-Format-1.75 test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:latest | |
MAINTAINER Tru Huynh <[email protected]> | |
RUN apk update && apk upgrade | |
RUN apk add \ | |
perl \ | |
make | |
RUN \ | |
cpan install Number::Format |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
because the build does not have:
-> the '&& make test' was dropped!