mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add apache2 to improve test speed and reliability. (#16819)
This commit is contained in:
parent
eb3bdcb9e3
commit
9497a814a8
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \
|
|||
zypper --non-interactive install --force systemd-sysvinit && \
|
||||
zypper --non-interactive install --auto-agree-with-licenses --no-recommends \
|
||||
acl \
|
||||
apache2 \
|
||||
asciidoc \
|
||||
bzip2 \
|
||||
curl \
|
||||
|
|
Loading…
Reference in a new issue