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