contrib/docker/fedora20
author Danek Duvall <danek.duvall@oracle.com>
Tue, 20 Jun 2017 14:35:53 -0700
changeset 32954 b5305a499dfc
parent 22444 49ea49823769
child 34423 1baa077214ae
permissions -rw-r--r--
tests: tell pip not to check for a newer version pip will check to see if it's the latest version, and complain if it isn't. The --no-index flag implies the --disable-pip-version-check flag, and makes the warning (and any associated network activity) go away.

FROM fedora:20
RUN yum install -y gcc
RUN yum install -y python-devel python-docutils
RUN yum install -y make
RUN yum install -y rpm-build
RUN yum install -y gettext
# For creating repo meta data
RUN yum install -y createrepo