contrib/docker/fedora20
author Siddharth Agarwal <sid0@fb.com>
Mon, 08 May 2017 17:30:51 -0700
changeset 32257 205bd3936179
parent 22444 49ea49823769
child 34423 1baa077214ae
permissions -rw-r--r--
bundle2: don't check for whether we can do stream clones At the moment this isn't used and all stream clones use the legacy protocol. In an upcoming diff, canperformstreamclone will print out a message if a stream clone was requested but couldn't happen for some reason. Removing this call ensures the message isn't printed twice.

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