contrib/docker/fedora21
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sun, 09 Apr 2017 19:08:24 +0200
changeset 31863 cd7aaf344d83
parent 23882 272b1cc3e83e
child 34424 1baa077214ae
permissions -rw-r--r--
bundle2: move the 'close' method off the unpackermixin This method is unrelated to unpacking and only used by the unbundle20 class. We move it there for clarity.

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