buildargs.env aktualisiert

This commit is contained in:
2026-03-24 13:05:18 +00:00
parent da44f3594e
commit 9fda27e9e4

View File

@@ -22,4 +22,5 @@ DESCRIPTION="Docker implementation of https://github.com/oschonrock/hibp.git."
# apt-get update && \ # apt-get update && \
# apt-get install wget && \ # 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 && \ # 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