We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29b496 commit a7e7afaCopy full SHA for a7e7afa
dev_support/jenkins/docker/Dockerfile
@@ -101,7 +101,8 @@ RUN yum update -y \
101
&& yum clean all
102
103
RUN ln -s /usr/bin/git /usr/local/bin/git \
104
- && ln -s /bin/bash /usr/local/bin/hipp_shell
+ && ln -s /bin/bash /usr/local/bin/hipp_shell \
105
+ && if [ ! -a /etc/machine-id ] || [ ! -s /etc/machine-id ]; then dbus-uuidgen > /etc/machine-id; fi
106
107
ENV HOME=/home/jenkins
108
ENV DISPLAY :0
0 commit comments