From 9da390499854d9591437dffe27487e2bb60d42cf Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Thu, 25 Nov 2021 00:00:39 +0100 Subject: [PATCH] add package building stuff --- Dockerfile.bullseye | 2 +- Dockerfile.buster | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index c60caa3..df140fa 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 && \ + apt-get -qq install lsb-release curl wget ca-certificates locales-all git golang-go python3 python3-git dpkg-buildpackage && \ apt-get -qq clean && \ lsb_release -a && uname -a && python3 --version && go version diff --git a/Dockerfile.buster b/Dockerfile.buster index c60caa3..90c9b09 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 golang-go python3 python3-git && \ + 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