mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix --no-install-recommends typo
This commit is contained in:
parent
b73dda5cff
commit
1146c62728
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ zeekctl_debian11_task:
|
|||
reupload_on_changes: true
|
||||
install_iproute2_script:
|
||||
# No iproute2 in default Zeek build container, but zeekctl tests need it.
|
||||
- apt-get update && apt-get install -y --on-install-recommends iproute2
|
||||
- apt-get update && apt-get install -y --no-install-recommends iproute2
|
||||
build_script:
|
||||
- cd auxil/zeekctl/testing && ./Scripts/build-zeek
|
||||
test_script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue