From 82e6f315eb6fdfefd776f22be3738fb6b4bfe8c7 Mon Sep 17 00:00:00 2001
From: Julian <julian@cccv.de>
Date: Wed, 26 Jan 2022 15:09:10 +0000
Subject: [PATCH] Add python3-openssl to utility image

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

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