From cb56e870fae39eb37d1b4971ac4a168d178599a3 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Thu, 25 Nov 2021 20:22:27 +0100 Subject: [PATCH] add git and python3-requests --- Dockerfile.bullseye | 2 +- Dockerfile.buster | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 90c9b09..8f86912 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 debhelper && \ + apt-get -qq install lsb-release curl wget ca-certificates locales-all git golang-go python3 python3-git python3-requests git debhelper && \ apt-get -qq clean && \ lsb_release -a && uname -a && python3 --version && go version diff --git a/Dockerfile.buster b/Dockerfile.buster index 90c9b09..8f86912 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 debhelper && \ + apt-get -qq install lsb-release curl wget ca-certificates locales-all git golang-go python3 python3-git python3-requests git debhelper && \ apt-get -qq clean && \ lsb_release -a && uname -a && python3 --version && go version -- GitLab