FROM fedora:20 MAINTAINER ipbabble <emailwhenry@redhat.com> # Update and install pandoc RUN yum -y update; yum clean all; RUN yum -y install pandoc;