From a0a0d57be0a0aa0d3e1a1c619a774a09e5ba6bba Mon Sep 17 00:00:00 2001 From: Son Bui Date: Mon, 14 Aug 2023 12:40:10 +0800 Subject: [PATCH] fix: remove curl on chroot container #9716 Signed-off-by: Son Bui --- rootfs/Dockerfile-chroot | 1 - 1 file changed, 1 deletion(-) diff --git a/rootfs/Dockerfile-chroot b/rootfs/Dockerfile-chroot index a4123fe87..cbae1bf61 100644 --- a/rootfs/Dockerfile-chroot +++ b/rootfs/Dockerfile-chroot @@ -50,7 +50,6 @@ RUN apk update \ && apk add -U --no-cache \ bash \ openssl \ - curl \ ca-certificates \ dumb-init \ tzdata \