From 5e163732954d5f48e1fdcf70b24eb29d4b4fe5da Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Thu, 25 Nov 2021 00:05:46 +0100
Subject: [PATCH] add package building stuff

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

diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye
index df140fa..90c9b09 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 golang-go python3 python3-git dpkg-buildpackage && \
+    apt-get -qq install lsb-release curl wget ca-certificates locales-all git golang-go python3 python3-git debhelper && \
     apt-get -qq clean && \
     lsb_release -a && uname -a && python3 --version && go version
 
-- 
GitLab