add defusedxml installation in Dockerfiles

This commit is contained in:
Yu Ming Zhu 2024-01-18 14:32:38 +00:00 committed by Tomas Kopecek
parent 37047bd73e
commit c629d6d99f
10 changed files with 10 additions and 0 deletions

View file

@ -13,6 +13,7 @@ RUN \
rpm-build && \
yum install -y epel-release && \
yum install -y \
python-defusedxml \
python-pip \
python-psycopg2 && \
yum clean all && \