From 2928ec8f5afe27fbcfd128253deab58360d00972 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 24 Mar 2026 13:05:18 +0000 Subject: [PATCH] buildargs.env aktualisiert --- buildargs.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildargs.env b/buildargs.env index 7ed1a59..9cb571e 100644 --- a/buildargs.env +++ b/buildargs.env @@ -22,4 +22,5 @@ DESCRIPTION="Docker implementation of https://github.com/oschonrock/hibp.git." # apt-get update && \ # apt-get install wget && \ # wget https://github.com/oschonrock/hibp/releases/download/v${BUILD_TAG}/hibp_${BUILD_TAG}-1_amd64.deb -o hibp_${BUILD_TAG}_amd64.deb && \ -# apt install ./hibp_${BUILD_TAG}-1_amd64.deb +# apt install ./hibp_${BUILD_TAG}-1_amd64.deb && \ +# rm -f hibp_${BUILD_TAG}-1_amd64.deb