Skip to content

Commit f371649

Browse files
Add required python module
1 parent 3717806 commit f371649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/test_suite-fedora

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG ADDITIONAL_PACKAGES
1111
# Don't clean all, as the test scenario may require package install.
1212
RUN true \
1313
&& yum install -y openssh-clients openssh-server openscap-scanner \
14-
python3 findutils \
14+
python3 findutils python3-rpm\
1515
$ADDITIONAL_PACKAGES \
1616
&& true
1717

0 commit comments

Comments
 (0)