Skip to content

Commit

Permalink
fix packages for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jul 2, 2024
1 parent d26877a commit a0127ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/test_suite-ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG ADDITIONAL_PACKAGES
# Install Python so Ansible remediations can work
# Don't clean all, as the test scenario may require package install.
RUN true \
&& apt-get update && apt-get install -y openssh-clients openssh-server openscap-scanner \
&& apt-get update && apt-get install -y openssh-client openssh-server openscap \
python3 \
$ADDITIONAL_PACKAGES \
&& true
Expand Down

0 comments on commit a0127ad

Please sign in to comment.