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