debian-koji/devtools/containers/Dockerfile.centos7
Jana Cupova ba612e1e90 Remove rpm-py-installer, update test docs and update Dockerfiles
Remove rpm-py-installer from requirements
Check duplicite and unused packages in Dockerfiles and test-requirements
Update docs about unit tests.

Fixes: https://pagure.io/koji/issue/3868
2024-01-30 12:44:07 +01:00

20 lines
409 B
Text

FROM quay.io/centos/centos:7
RUN \
yum -y update && \
yum install -y \
dnf \
dnf-plugins-core \
gcc \
krb5-devel \
libffi-devel \
python-devel \
python-librepo \
python-requests \
rpm-build && \
yum install -y epel-release && \
yum install -y \
python-pip \
python-psycopg2 && \
yum clean all && \
pip install -U 'pip==9.0.1' && \
pip install -U tox