debian-koji/devtools/containers/centos/Dockerfile
Zack Cerza b379454631 Add koji's python reqs to centos6 docker image
This will allow, but not require, running tests using only RPM-packaged
requirements.

Signed-off-by: Zack Cerza <zack@redhat.com>
2020-09-08 16:20:19 +02:00

28 lines
550 B
Docker

FROM centos:6
RUN \
yum install -y \
gcc \
git \
make \
krb5-devel \
libffi-devel \
openssl-devel \
pyOpenSSL \
python-cheetah \
python-devel \
python-requests \
redhat-rpm-config \
rpm-build \
rpm-python \
yum-utils && \
yum install -y epel-release && \
yum install -y \
python-flake8 \
python-multilib \
python-pip \
python-psycopg2 \
python-qpid-proton \
python-requests-kerberos \
yumdownloader && \
pip install -U 'pip==9.0.1' && \
pip install -U tox