remove sudo before creating new machine id

This commit is contained in:
2025-10-10 13:25:25 +02:00
parent 116fe064d9
commit 6b3de4d5cf
+1 -1
View File
@@ -9,7 +9,7 @@ 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 RUN dbus-uuidgen --ensure=/etc/machine-id
# Add Folders and Shell Scripts # Add Folders and Shell Scripts
RUN mkdir "/.ssh" RUN mkdir "/.ssh"