From 1146c62728fe9ed69a8cf373ccd790991a64895e Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Mon, 6 Mar 2023 18:14:43 +0100 Subject: [PATCH] Fix --no-install-recommends typo --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7c66c3ac1b..f021fc8f3d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: