From 41d7c1a6ed21500b82dae2a505cc3152640ed11d Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Fri, 26 Nov 2021 01:08:56 +0100
Subject: [PATCH] add unzip

---
 Dockerfile.bullseye | 2 +-
 Dockerfile.buster   | 2 +-
 Dockerfile.utility  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye
index 63dcf5f..04af1c0 100644
--- a/Dockerfile.bullseye
+++ b/Dockerfile.bullseye
@@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build
 
 RUN apt-get -qq update && \
     apt-get -qq dist-upgrade && \
-    apt-get -qq install lsb-release curl wget ca-certificates locales-all git build-essential golang-go && \
+    apt-get -qq install lsb-release curl wget ca-certificates locales-all git build-essential unzip golang-go && \
     apt-get -qq clean && \
     lsb_release -a && uname -a && go version
 
diff --git a/Dockerfile.buster b/Dockerfile.buster
index 63dcf5f..04af1c0 100644
--- a/Dockerfile.buster
+++ b/Dockerfile.buster
@@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build
 
 RUN apt-get -qq update && \
     apt-get -qq dist-upgrade && \
-    apt-get -qq install lsb-release curl wget ca-certificates locales-all git build-essential golang-go && \
+    apt-get -qq install lsb-release curl wget ca-certificates locales-all git build-essential unzip golang-go && \
     apt-get -qq clean && \
     lsb_release -a && uname -a && go version
 
diff --git a/Dockerfile.utility b/Dockerfile.utility
index 3262d62..518d5c4 100644
--- a/Dockerfile.utility
+++ b/Dockerfile.utility
@@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build
 
 RUN apt-get -qq update && \
     apt-get -qq dist-upgrade && \
-    apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests git debhelper && \
+    apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests git unzip debhelper && \
     apt-get -qq clean && \
     lsb_release -a && uname -a && python3 --version
 
-- 
GitLab