Created
October 8, 2014 08:09
-
-
Save Altreus/c259488b9afdc793d39d to your computer and use it in GitHub Desktop.
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
# docker build . | |
Successfully built 4bf01e3e957b | |
# docker run --rm -ti 4bf01e3e957b ls / | |
<entirety of MooseX::Role::WithOverloading and dependencies> |
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 perl | |
MAINTAINER Altreus <[email protected]> | |
RUN cpanm MooseX::Role::WithOverloading |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment