From 8a8c2172568991aae1132f055ee407e9b3f33c7e Mon Sep 17 00:00:00 2001
From: Julian <julian@cccv.de>
Date: Tue, 25 Jan 2022 21:59:02 +0000
Subject: [PATCH] Add python3-click to utility image

---
 Dockerfile.utility | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.utility b/Dockerfile.utility
index 67bf76b..40158c1 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 unzip debhelper xml2 && \
+    apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests python3-click git unzip debhelper xml2 && \
     apt-get -qq clean && \
     lsb_release -a && uname -a && python3 --version
 
-- 
GitLab