We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3717806 commit f371649Copy full SHA for f371649
Dockerfiles/test_suite-fedora
@@ -11,7 +11,7 @@ ARG ADDITIONAL_PACKAGES
11
# Don't clean all, as the test scenario may require package install.
12
RUN true \
13
&& yum install -y openssh-clients openssh-server openscap-scanner \
14
- python3 findutils \
+ python3 findutils python3-rpm\
15
$ADDITIONAL_PACKAGES \
16
&& true
17
0 commit comments