diff --git a/images/ubuntu/scripts/tests/Apt.Tests.ps1 b/images/ubuntu/scripts/tests/Apt.Tests.ps1 index 57b223bcc..18b48063d 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 e57a7fcd9..b326f5168 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 9648bcbed..36b8b349e 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",