FROM fedora:20 MAINTAINER ipbabble # Update and install pandoc RUN yum -y update; yum clean all; RUN yum -y install pandoc;