mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
Add certutil to Ubuntu
This commit is contained in:
@@ -8,6 +8,7 @@ Describe "Apt" {
|
|||||||
switch ($toolName) {
|
switch ($toolName) {
|
||||||
"acl" { $toolName = "getfacl"; break }
|
"acl" { $toolName = "getfacl"; break }
|
||||||
"aria2" { $toolName = "aria2c"; break }
|
"aria2" { $toolName = "aria2c"; break }
|
||||||
|
"libnss3-tools" { $toolName = "certutil"; break }
|
||||||
"p7zip-full" { $toolName = "p7zip"; break }
|
"p7zip-full" { $toolName = "p7zip"; break }
|
||||||
"subversion" { $toolName = "svn"; break }
|
"subversion" { $toolName = "svn"; break }
|
||||||
"sphinxsearch" { $toolName = "searchd"; break }
|
"sphinxsearch" { $toolName = "searchd"; break }
|
||||||
|
|||||||
@@ -180,6 +180,7 @@
|
|||||||
"binutils",
|
"binutils",
|
||||||
"bison",
|
"bison",
|
||||||
"brotli",
|
"brotli",
|
||||||
|
"libnss3-tools",
|
||||||
"coreutils",
|
"coreutils",
|
||||||
"file",
|
"file",
|
||||||
"findutils",
|
"findutils",
|
||||||
|
|||||||
@@ -157,6 +157,7 @@
|
|||||||
"binutils",
|
"binutils",
|
||||||
"bison",
|
"bison",
|
||||||
"brotli",
|
"brotli",
|
||||||
|
"libnss3-tools",
|
||||||
"coreutils",
|
"coreutils",
|
||||||
"file",
|
"file",
|
||||||
"findutils",
|
"findutils",
|
||||||
|
|||||||
Reference in New Issue
Block a user