From fd38a54d6e74818ccc948c54b90cf72477e26c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Mac=C3=ADk?= Date: Thu, 16 May 2019 08:58:52 +0200 Subject: [PATCH] test-ui-devperspective: Add chromedriver to the tools images --- Dockerfile | 2 ++ openshift-ci/Dockerfile.tools | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3d1c3ac..bb346fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ RUN yum install epel-release -y \ kubectl \ yamllint \ python36-virtualenv \ + chromium-headless \ + chromedriver \ && yum clean all # install dep diff --git a/openshift-ci/Dockerfile.tools b/openshift-ci/Dockerfile.tools index d952d1d..b3c1d32 100644 --- a/openshift-ci/Dockerfile.tools +++ b/openshift-ci/Dockerfile.tools @@ -22,6 +22,8 @@ RUN yum install epel-release -y \ kubectl \ yamllint \ python36-virtualenv \ + chromium-headless \ + chromedriver \ && yum clean all # install dep