From 549aa27774631c27386ad07fc527cc2e298e3748 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 2 Feb 2026 20:14:48 +0200 Subject: [PATCH] Add ca-certificates to prerequisites for Container Toolkit Signed-off-by: shenxianpeng --- container-toolkit/install-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/container-toolkit/install-guide.md b/container-toolkit/install-guide.md index cc7edb54d..3a4e474a1 100644 --- a/container-toolkit/install-guide.md +++ b/container-toolkit/install-guide.md @@ -34,6 +34,7 @@ where `systemd` cgroup drivers are used that cause containers to lose access to 1. Install the prerequisites for the instructions below: ```console $ sudo apt-get update && sudo apt-get install -y --no-install-recommends \ + ca-certificates \ curl \ gnupg2 ```