From dee50eebffa60a7dd9149033675d44a027dd6b33 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Tue, 23 Mar 2021 10:48:35 +0300 Subject: [PATCH] add acl package to Ubuntu 20 (#3006) --- images/linux/scripts/tests/Apt.Tests.ps1 | 5 +++++ images/linux/toolsets/toolset-2004.json | 1 + 2 files changed, 6 insertions(+) diff --git a/images/linux/scripts/tests/Apt.Tests.ps1 b/images/linux/scripts/tests/Apt.Tests.ps1 index 0913ade5a..e9e5ac6d3 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 773ba58ff..bbe4f7ca6 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",