From 59ca58df2470e26cd8e17a3a0e8e9657a9f90c75 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 24 Mar 2026 13:31:43 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a45be7..f5da59a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,10 +12,10 @@ LABEL org.opencontainers.image.title="${APP_NAME}" ENV TZ=${TZ} ENV USER=${APP_USER} -RUN apt-get update && \ - apt-get install wget && \ +RUN apt update && \ + apt 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-get install ./hibp_${BUILD_TAG}-1_amd64.deb && \ + apt install ./hibp_${BUILD_TAG}-1_amd64.deb && \ rm -f hibp_${BUILD_TAG}-1_amd64.deb WORKDIR /app