ababup1192
4/19/2015 - 2:11 PM

Dockerfile

FROM ubuntu:latest

RUN apt-get update && apt-get install -y build-essential
RUN echo "yes\nyes\n" | cpan install YAML::Shell

CMD echo hello