From 3751ef43fe60e5cbc389b471279346380fff3dbc Mon Sep 17 00:00:00 2001 From: Lawrence Gripper Date: Fri, 10 Oct 2025 16:13:43 +0100 Subject: [PATCH] Add certutil to Ubuntu --- images/ubuntu/scripts/tests/Apt.Tests.ps1 | 1 + images/ubuntu/toolsets/toolset-2204.json | 1 + images/ubuntu/toolsets/toolset-2404.json | 1 + 3 files changed, 3 insertions(+) diff --git a/images/ubuntu/scripts/tests/Apt.Tests.ps1 b/images/ubuntu/scripts/tests/Apt.Tests.ps1 index 844f1ceae..7cb83938e 100644 --- a/images/ubuntu/scripts/tests/Apt.Tests.ps1 +++ b/images/ubuntu/scripts/tests/Apt.Tests.ps1 @@ -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 } diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 89ef03617..9e1fa436c 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -180,6 +180,7 @@ "binutils", "bison", "brotli", + "libnss3-tools", "coreutils", "file", "findutils", diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index f3acf6abb..ba15b375c 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -157,6 +157,7 @@ "binutils", "bison", "brotli", + "libnss3-tools", "coreutils", "file", "findutils",