contrib/docker/centos6
author Durham Goode <durham@fb.com>
Tue, 14 Oct 2014 13:34:57 -0700
changeset 22956 a0f89c852a0c
parent 22444 49ea49823769
child 33596 af09413deb72
permissions -rw-r--r--
obsolete: update test-commit-amend to use obsolete option This test actually used the obs.py file as part of the test, so we need to fix up the test a little more than usual to work with the new obsolete option flags.

FROM centos:centos6
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
RUN yum install -y tar
# For creating repo meta data
RUN yum install -y createrepo