[Ubuntu] Add findutils to images (#8823)

This commit is contained in:
sergei-pyshnoi
2023-11-16 15:00:56 +01:00
committed by GitHub
parent 0263bdd53e
commit cd2cabc7ab
3 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -54,6 +54,10 @@ Describe "Apt" {
$toolName = "hg"
}
if ($toolName -eq "findutils")
{
$toolName = "find"
}
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
}
}
}
+1
View File
@@ -191,6 +191,7 @@
"brotli",
"coreutils",
"file",
"findutils",
"flex",
"ftp",
"haveged",
+1
View File
@@ -181,6 +181,7 @@
"brotli",
"coreutils",
"file",
"findutils",
"flex",
"ftp",
"haveged",