contrib/docker/fedora20
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 26 Nov 2014 23:21:20 -0800
changeset 23498 ac910b1f5658
parent 22444 49ea49823769
child 34424 1baa077214ae
permissions -rw-r--r--
obsstore: prefetch struct.calcsize This function is widely used and worth but be at module level. No specific performance boost is visible, but this is more consistent.

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