Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Empty /etc/machine-id
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Aug 17, 2023
1 parent 096bd5a commit c1056eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archlinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN systemctl enable xvfb@:99.service && \
mkdir -p $HOME/.config/systemd/user/sockets.target.wants/ && \
ln -s /etc/xdg/systemd/user/[email protected] $HOME/.config/systemd/user/sockets.target.wants/[email protected] \
' && \
systemd-machine-id-setup
truncate --size 0 /etc/machine-id

# dbus port
EXPOSE 1234
Expand Down
3 changes: 2 additions & 1 deletion debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN systemctl enable xvfb@:99.service && \
su -l gnomeshell -c ' \
mkdir -p $HOME/.config/systemd/user/sockets.target.wants/ && \
ln -s /etc/xdg/systemd/user/[email protected] $HOME/.config/systemd/user/sockets.target.wants/[email protected] \
'
' && \
truncate --size 0 /etc/machine-id

# dbus port
EXPOSE 1234
Expand Down
3 changes: 2 additions & 1 deletion fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN systemctl enable xvfb@:99.service && \
su -l gnomeshell -c ' \
mkdir -p $HOME/.config/systemd/user/sockets.target.wants/ && \
ln -s /etc/xdg/systemd/user/[email protected] $HOME/.config/systemd/user/sockets.target.wants/[email protected] \
'
' && \
truncate --size 0 /etc/machine-id

# dbus port
EXPOSE 1234
Expand Down

0 comments on commit c1056eb

Please sign in to comment.