We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c79ab9 commit 11a42b6Copy full SHA for 11a42b6
Dockerfiles/test_suite-al2023
@@ -9,7 +9,7 @@ ARG ADDITIONAL_PACKAGES
9
# Install Python so Ansible remediations can work
10
# Don't clean all, as the test scenario may require package install.
11
RUN true \
12
- && dnf install -y openssh-clients openssh-server openscap-scanner \
+ && dnf install -y openssh-clients openssh-server openscap-scanner tar \
13
python \
14
$ADDITIONAL_PACKAGES \
15
&& true
0 commit comments