Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-08-13 04:44:02 +0000
committerSravan Kumar Lakkimsetti2020-08-13 05:40:36 +0000
commitd8e8970aa359c6c0121a696513645f30d90f95b8 (patch)
tree5c4b83a5b12b6f831733f003818cadb5005fba75
parentea9072f290efda1622497f4fab2bc08127804073 (diff)
downloadeclipse.platform.releng.aggregator-d8e8970aa359c6c0121a696513645f30d90f95b8.tar.gz
eclipse.platform.releng.aggregator-d8e8970aa359c6c0121a696513645f30d90f95b8.tar.xz
eclipse.platform.releng.aggregator-d8e8970aa359c6c0121a696513645f30d90f95b8.zip
Bug 566025 - Many automated tests fail on Centos 7
Change-Id: I6af433a40d408a4f9a6478a4f71eab6ca0ca5eb5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--cje-production/dockerfiles/centos-gtk3-metacity/7-gtk3/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cje-production/dockerfiles/centos-gtk3-metacity/7-gtk3/Dockerfile b/cje-production/dockerfiles/centos-gtk3-metacity/7-gtk3/Dockerfile
index 4c99ddf94..a4d8b78c8 100644
--- a/cje-production/dockerfiles/centos-gtk3-metacity/7-gtk3/Dockerfile
+++ b/cje-production/dockerfiles/centos-gtk3-metacity/7-gtk3/Dockerfile
@@ -20,10 +20,12 @@ RUN yum -y update && yum -y install \
wget \
curl \
webkitgtk4 \
+ dbus \
&& yum clean all
ENV HOME=/home/vnc
ENV DISPLAY :0
+RUN dbus-uuidgen --ensure
RUN mkdir -p ${HOME}/.vnc && chmod -R 775 ${HOME} \
&& echo "123456" | vncpasswd -f > ${HOME}/.vnc/passwd \

Back to the top