From 5d87f66179b72d823ee7ca8fd1b4c507adfdc66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Mac=C3=ADk?= Date: Mon, 20 May 2019 16:15:26 +0200 Subject: [PATCH] Install htpasswd to the tools images. --- Dockerfile | 1 + openshift-ci/Dockerfile.tools | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2d27154..ce00358 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN yum install epel-release -y \ chromium \ chromium-headless \ chromedriver \ + httpd-tools \ && yum clean all # install dep diff --git a/openshift-ci/Dockerfile.tools b/openshift-ci/Dockerfile.tools index 30ad865..6fdd309 100644 --- a/openshift-ci/Dockerfile.tools +++ b/openshift-ci/Dockerfile.tools @@ -25,6 +25,7 @@ RUN yum install epel-release -y \ chromium \ chromium-headless \ chromedriver \ + httpd-tools \ && yum clean all # install dep