mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
6 lines
146 B
Text
6 lines
146 B
Text
|
FROM fedora
|
||
|
MAINTAINER ipbabble <emailwhenry@redhat.com>
|
||
|
# Update and install pandoc
|
||
|
RUN yum -y update; yum clean all;
|
||
|
RUN yum -y install pandoc;
|