diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 6d2548c18..6465ed0a3 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -27,3 +27,7 @@ RUN dnf -y update && dnf -y upgrade && \ dnf remove -y --noautoremove mutter mutter-devel && \ dnf clean all + +# Add a machine-id as specified in the freedesktop spec: +# https://www.freedesktop.org/software/systemd/man/machine-id.html +RUN cat /dev/urandom | tr -dc a-f0-9 | head -c32 > /etc/machine-id && echo "" >> /etc/machine-id