changeset 38003 | 1335bbfb066f |
parent 34423 | 1baa077214ae |
child 38457 | 11eda1f1b6e7 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/packaging/docker/fedora20 Sat May 12 13:17:01 2018 -0700 @@ -0,0 +1,11 @@ +FROM fedora:20 +RUN yum install -y \ + gcc \ + gettext \ + make \ + python-devel \ + python-docutils \ + rpm-build + +# For creating repo meta data +RUN yum install -y createrepo