From 116fe064d907ff56e47b20e17087b79d9c89ced9 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 10 Oct 2025 13:23:06 +0200 Subject: [PATCH] generate a maschine-id when building the container to remove bash warning --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index cca72c5..b4fee00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ ENV RUN_INSTALL_SCRIPT="false" ENV RUN_PROMETHEUS_EXPORTER="false" ENV TZ="" +RUN sudo dbus-uuidgen --ensure=/etc/machine-id + # Add Folders and Shell Scripts RUN mkdir "/.ssh" VOLUME ["/backups"]