[Ubuntu] Add findutils to images (#8823)
This commit is contained in:
@@ -54,6 +54,10 @@ Describe "Apt" {
|
|||||||
$toolName = "hg"
|
$toolName = "hg"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($toolName -eq "findutils")
|
||||||
|
{
|
||||||
|
$toolName = "find"
|
||||||
|
}
|
||||||
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
|
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -191,6 +191,7 @@
|
|||||||
"brotli",
|
"brotli",
|
||||||
"coreutils",
|
"coreutils",
|
||||||
"file",
|
"file",
|
||||||
|
"findutils",
|
||||||
"flex",
|
"flex",
|
||||||
"ftp",
|
"ftp",
|
||||||
"haveged",
|
"haveged",
|
||||||
|
|||||||
@@ -181,6 +181,7 @@
|
|||||||
"brotli",
|
"brotli",
|
||||||
"coreutils",
|
"coreutils",
|
||||||
"file",
|
"file",
|
||||||
|
"findutils",
|
||||||
"flex",
|
"flex",
|
||||||
"ftp",
|
"ftp",
|
||||||
"haveged",
|
"haveged",
|
||||||
|
|||||||
Reference in New Issue
Block a user