debian-koji/devtools/containers/Dockerfile.centos6
2021-03-11 11:27:57 +01:00

28 lines
550 B
Text

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