From fb2e79cabcbf1e1b1364232b6c2f72bbf229cdf6 Mon Sep 17 00:00:00 2001 From: Burhan Nasir Date: Mon, 24 Aug 2026 15:48:01 +0500 Subject: [PATCH] fix: install unzip so ci jobs can extract zip archives --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1a1ba34..f4d6e8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,6 +68,7 @@ RUN apt-get update && \ software-properties-common \ sshpass \ subversion \ + unzip \ vim \ wget \ xdg-utils \