move dbus-uuidgen --ensure=/etc/machine-id into entrypoint.sh

This commit is contained in:
2025-10-10 13:31:22 +02:00
parent 6b3de4d5cf
commit e435f97beb
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -9,8 +9,6 @@ ENV RUN_INSTALL_SCRIPT="false"
ENV RUN_PROMETHEUS_EXPORTER="false"
ENV TZ=""
RUN dbus-uuidgen --ensure=/etc/machine-id
# Add Folders and Shell Scripts
RUN mkdir "/.ssh"
VOLUME ["/backups"]
+1
View File
@@ -191,6 +191,7 @@ function run_correct_ssh_service() {
# Main Code
#####################################################################################################
set_environment_variables_if_not_empty
dbus-uuidgen --ensure=/etc/machine-id
add_borg_user
print_container_info