generate a maschine-id when building the container to remove bash warning

This commit is contained in:
2025-10-10 13:23:06 +02:00
parent 8d16cbefc5
commit 116fe064d9
+2
View File
@@ -9,6 +9,8 @@ ENV RUN_INSTALL_SCRIPT="false"
ENV RUN_PROMETHEUS_EXPORTER="false" ENV RUN_PROMETHEUS_EXPORTER="false"
ENV TZ="" ENV TZ=""
RUN sudo dbus-uuidgen --ensure=/etc/machine-id
# Add Folders and Shell Scripts # Add Folders and Shell Scripts
RUN mkdir "/.ssh" RUN mkdir "/.ssh"
VOLUME ["/backups"] VOLUME ["/backups"]