From 3cce76e206d0a642daf691397fe2523348968d00 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Wed, 6 Nov 2024 19:29:43 -0500 Subject: [PATCH] feat(runner-latest): add unzip to system dependencies --- images/debian-12.6-slim/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/debian-12.6-slim/Dockerfile b/images/debian-12.6-slim/Dockerfile index 7380189..935b335 100644 --- a/images/debian-12.6-slim/Dockerfile +++ b/images/debian-12.6-slim/Dockerfile @@ -7,6 +7,7 @@ RUN apt update && \ apt upgrade -y && \ apt install -y \ curl \ + unzip \ podman \ jq \ git \