contrib/docker/fedora21
author Durham Goode <durham@fb.com>
Mon, 29 Aug 2016 18:02:09 -0700
changeset 29908 bb3281b3fcaa
parent 23882 272b1cc3e83e
child 34423 1baa077214ae
permissions -rw-r--r--
manifest: make uses of _mancache aware of contexts In a future patch we will change manifestctx and treemanifestctx to no longer derive from manifestdict and treemanifest, respectively. This means that consumers of the _mancache will now need to be aware of the different between the two, until we get rid of the manifest entirely and the _mancache becomes only filled with ctxs.

FROM fedora:21
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