From cd2cabc7ab676a9c4603ffd680963ddfc5220270 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:00:56 +0100 Subject: [PATCH] [Ubuntu] Add findutils to images (#8823) --- images/ubuntu/scripts/tests/Apt.Tests.ps1 | 6 +++++- images/ubuntu/toolsets/toolset-2004.json | 1 + images/ubuntu/toolsets/toolset-2204.json | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/images/ubuntu/scripts/tests/Apt.Tests.ps1 b/images/ubuntu/scripts/tests/Apt.Tests.ps1 index 57b223bc..18b48063 100644 --- a/images/ubuntu/scripts/tests/Apt.Tests.ps1 +++ b/images/ubuntu/scripts/tests/Apt.Tests.ps1 @@ -54,6 +54,10 @@ Describe "Apt" { $toolName = "hg" } + if ($toolName -eq "findutils") + { + $toolName = "find" + } (Get-Command -Name $toolName).CommandType | Should -BeExactly "Application" } -} \ No newline at end of file +} diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index e57a7fcd..b326f516 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -191,6 +191,7 @@ "brotli", "coreutils", "file", + "findutils", "flex", "ftp", "haveged", diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 9648bcbe..36b8b349 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -181,6 +181,7 @@ "brotli", "coreutils", "file", + "findutils", "flex", "ftp", "haveged",