FROM ubuntu

RUN apt-get -y update
RUN apt-get -y install cpanminus
RUN apt-get -y install make
RUN apt-get -y install libwww-perl
