Add rpm-devel to fedora container

This allows us to build python2 rpm bindings if necessary.

Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
Zack Cerza 2020-08-13 12:21:49 -06:00 committed by Tomas Kopecek
parent a654215524
commit 8e40334450

View file

@ -17,5 +17,6 @@ RUN \
python3-tox \
redhat-rpm-config \
rpm-build \
rpm-devel \
sqlite-devel \
yum-utils