Skip to content

Instantly share code, notes, and snippets.

@Altreus
Created October 8, 2014 08:09
Show Gist options
  • Save Altreus/c259488b9afdc793d39d to your computer and use it in GitHub Desktop.
Save Altreus/c259488b9afdc793d39d to your computer and use it in GitHub Desktop.
# docker build .
Successfully built 4bf01e3e957b
# docker run --rm -ti 4bf01e3e957b ls /
<entirety of MooseX::Role::WithOverloading and dependencies>
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