From 9b79a12d0fbd77885e02fbb2472c19dbe850ac9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Mac=C3=ADk?= Date: Thu, 16 May 2019 12:54:17 +0200 Subject: [PATCH] test-ui-devperspective: Add chromium package to the tools images. --- Dockerfile | 1 + openshift-ci/Dockerfile.tools | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index bb346fe..2d27154 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN yum install epel-release -y \ kubectl \ yamllint \ python36-virtualenv \ + chromium \ chromium-headless \ chromedriver \ && yum clean all diff --git a/openshift-ci/Dockerfile.tools b/openshift-ci/Dockerfile.tools index b3c1d32..30ad865 100644 --- a/openshift-ci/Dockerfile.tools +++ b/openshift-ci/Dockerfile.tools @@ -22,6 +22,7 @@ RUN yum install epel-release -y \ kubectl \ yamllint \ python36-virtualenv \ + chromium \ chromium-headless \ chromedriver \ && yum clean all