yaml: build: .
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