remove sudo before creating new machine id
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user