From 42a4594357d475e5178483195a4a5147e8ef2f52 Mon Sep 17 00:00:00 2001 From: Henrik Triem <henrik.triem@netways.de> Date: Wed, 4 May 2022 17:53:00 +0200 Subject: [PATCH] Test --- bionic/x86_64/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bionic/x86_64/Dockerfile b/bionic/x86_64/Dockerfile index 6827054..97765e1 100644 --- a/bionic/x86_64/Dockerfile +++ b/bionic/x86_64/Dockerfile @@ -15,9 +15,11 @@ RUN apt-get update \ && eatmydata apt-get upgrade -y RUN eatmydata apt-get install -y \ - sudo wget curl tar expect git=1:2.17.1-1ubuntu0.9 \ + sudo wget curl tar expect \ devscripts build-essential lintian ccache pbuilder aptitude apt-utils golang-1.11-go +RUN apt list --all-versions | grep git + RUN curl https://packages.icinga.com/icinga.key | apt-key add - \ && DIST=$(awk -F= '/VERSION_CODENAME=/ {print $2}' /etc/os-release) \ && echo "deb http://packages.icinga.com/ubuntu icinga-${DIST} main" > /etc/apt/sources.list.d/${DIST}-icinga.list -- GitLab