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