diff --git a/images/linux/scripts/tests/Apt.Tests.ps1 b/images/linux/scripts/tests/Apt.Tests.ps1 index 0913ade5..e9e5ac6d 100644 --- a/images/linux/scripts/tests/Apt.Tests.ps1 +++ b/images/linux/scripts/tests/Apt.Tests.ps1 @@ -9,6 +9,11 @@ Describe "Apt" { } It " is available" -TestCases $testCases { + if ($toolName -eq "acl") + { + $toolName = "getfacl" + } + if ($toolName -eq "p7zip-full") { $toolName = "p7zip" diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 773ba58f..bbe4f7ca 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -156,6 +156,7 @@ "zsync" ], "cmd_packages": [ + "acl", "binutils", "bison", "brotli",