Skip to content

Instantly share code, notes, and snippets.

@heytrav
Last active October 26, 2017 23:49
Show Gist options
  • Save heytrav/95b1a2865b2a58c66e25fce2e09a2736 to your computer and use it in GitHub Desktop.
Save heytrav/95b1a2865b2a58c66e25fce2e09a2736 to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
MAINTAINER Catalyst devs <ffxpub-developer@catalyst.net.nz>
RUN apt-get update && apt-get install -y \
cpanminus \
gcc \
language-pack-en-base \
make
RUN cpanm -n Mojolicious
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment