From 48f8374e2186661c05757d952bc210370dc4cd38 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Wed, 16 Aug 2023 12:07:45 -0700 Subject: [PATCH] Add ca-certificates to node image --- node/apko.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node/apko.yaml b/node/apko.yaml index 913a1a6..fd123cd 100644 --- a/node/apko.yaml +++ b/node/apko.yaml @@ -4,6 +4,8 @@ contents: - https://dl-cdn.alpinelinux.org/alpine/edge/community packages: - busybox + - alpine-release + - ca-certificates-bundle - nghttp2 - nodejs-current - npm