From 2a95cde41a273a828cd60e487e33d74ba3c131c7 Mon Sep 17 00:00:00 2001 From: Tharun Kumar Merugu Date: Wed, 21 Jan 2026 10:11:26 +0530 Subject: [PATCH] install 'zip' to fix 'zip: command not found' in CI steps Kernel Nightly build and upload workflow packaging steps create .zip archives, which fail with 'zip: command not found'. Installing 'zip' ensures consistent packaging across CI and local builds. Signed-off-by: Tharun Kumar Merugu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf0ae5d..e97414b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN apt-get install -y --no-install-recommends \ apt-transport-https apt-utils fuseext2 \ chrpath cpio debianutils diffstat file gawk gpg-agent iputils-ping locales liblz4-tool libsdl1.2-dev \ openssh-client python3-git python3-pexpect python3-software-properties socat software-properties-common texinfo \ - tmux unzip vim xterm zstd \ + tmux zip unzip vim xterm zstd \ libyaml-dev libyaml-0-2:arm64 libyaml-dev:arm64 \ libbsd-dev:arm64 && \ # Using --break-system-packages for pip is fine for Dockerfiles if intended.