From fd9b88ad1a07a362debb08cecd22a739e9b7c984 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 23 Oct 2024 21:57:42 +0400 Subject: [PATCH] fix: add mkisofs to the build env See https://github.com/siderolabs/talos/pull/9555 Signed-off-by: Andrey Smirnov --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a4183d9..3f269f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN apk add --update --no-cache \ aws-cli \ bash \ cargo \ + cdrkit \ coreutils \ crane \ curl \