Skip to content
This repository was archived by the owner on Oct 3, 2019. It is now read-only.

Commit b449881

Browse files
pmacikbaijum
authored andcommitted
Install htpasswd to the tools images. (#215)
This PR installs `htpasswd` tool (via `httpd-tools` package) to the tools image for CI.
1 parent fdeb4b9 commit b449881

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN yum install epel-release -y \
2222
chromium \
2323
chromium-headless \
2424
chromedriver \
25+
httpd-tools \
2526
&& yum clean all
2627

2728
# install dep

openshift-ci/Dockerfile.tools

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN yum install epel-release -y \
2525
chromium \
2626
chromium-headless \
2727
chromedriver \
28+
httpd-tools \
2829
&& yum clean all
2930

3031
# install dep

0 commit comments

Comments
 (0)