Skip to content

Instantly share code, notes, and snippets.

@truatpasteurdotfr
Created May 9, 2017 20:48
Show Gist options
  • Save truatpasteurdotfr/e20019cd06027775284e19779ed79d67 to your computer and use it in GitHub Desktop.
Save truatpasteurdotfr/e20019cd06027775284e19779ed79d67 to your computer and use it in GitHub Desktop.
alpine and failed perl Number-Format-1.75 test
FROM alpine:latest
MAINTAINER Tru Huynh <[email protected]>
RUN apk update && apk upgrade
RUN apk add \
perl \
make
RUN \
cpan install Number::Format
@truatpasteurdotfr
Copy link
Author

because the build does not have:

make && make test

-> the '&& make test' was dropped!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment