Skip to content

Commit 11a42b6

Browse files
Update Dockerfiles/test_suite-al2023
Co-authored-by: Jan Černý <[email protected]>
1 parent 0c79ab9 commit 11a42b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/test_suite-al2023

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG ADDITIONAL_PACKAGES
99
# Install Python so Ansible remediations can work
1010
# Don't clean all, as the test scenario may require package install.
1111
RUN true \
12-
&& dnf install -y openssh-clients openssh-server openscap-scanner \
12+
&& dnf install -y openssh-clients openssh-server openscap-scanner tar \
1313
python \
1414
$ADDITIONAL_PACKAGES \
1515
&& true

0 commit comments

Comments
 (0)