From 076f33bf0b2b803a06e3323a31f668e50971c355 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 24 Oct 2024 14:22:31 +0400 Subject: [PATCH] fix: add mkisofs properly The previous PR added it to the wrong section of the Dockerfile. Signed-off-by: Andrey Smirnov --- Dockerfile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f269f0..01bf32d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,21 +106,22 @@ RUN apt update && \ apt upgrade -y && \ apt install -y \ --no-install-recommends \ + cdrkit \ curl \ - unzip \ + diffoscope \ + docker.io \ + gh \ + iproute2 \ + iptables \ make \ - tmux \ + openssh-client \ + ovmf \ qemu-system \ qemu-utils \ socat \ - ovmf \ swtpm \ - iptables \ - iproute2 \ - openssh-client \ - docker.io \ - diffoscope \ - gh \ + tmux \ + unzip \ zstd RUN curl -fSL https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -o /usr/bin/yq && chmod +x /usr/bin/yq