From 6491530a4956c03df192e9475e050ab06b29cb18 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 21 Jun 2024 20:25:42 +0300
Subject: [PATCH] Toolbx: Add unzip.

Makes the image useful for downloading and extracting files in a
multi-stage build.
---
 toolbx/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolbx/Dockerfile b/toolbx/Dockerfile
index 2db7911..90a0465 100644
--- a/toolbx/Dockerfile
+++ b/toolbx/Dockerfile
@@ -20,6 +20,7 @@ RUN rm /etc/apt/apt.conf.d/docker-* && \
         locales \
         make \
         netbase \
+        unzip \
     && \
     export GNUPGHOME=/tmp/gnupghome && \
     mkdir --mode=0700 "$GNUPGHOME" && \
-- 
GitLab