contrib/docker/fedora21
author Augie Fackler <augie@google.com>
Mon, 06 Feb 2017 23:21:45 -0500
changeset 31015 5e85bab867a7
parent 23882 272b1cc3e83e
child 34424 1baa077214ae
permissions -rw-r--r--
ui: add ignore-single-command functionality This closes the last feature gap other than the attend list from the extension. For now, I'm leaving the attend list in the extension, because I'm unsure it has merit in a world where commands have been updated to take advantage of the modern API.

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