Skip to content

Commit

Permalink
image: Declare explicit dependency on sysvinit-tools
Browse files Browse the repository at this point in the history
The HAProxy reload script uses pidof which is not always installed.
  • Loading branch information
smarterclayton committed Feb 17, 2019
1 parent 088ca0a commit dd6a1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/router/haproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base-router
RUN INSTALL_PKGS="haproxy18 rsyslog" && \
RUN INSTALL_PKGS="haproxy18 rsyslog sysvinit-tools" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion images/router/haproxy/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.svc.ci.openshift.org/ocp/4.0:base-router
RUN INSTALL_PKGS="haproxy18 rsyslog" && \
RUN INSTALL_PKGS="haproxy18 rsyslog sysvinit-tools" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit dd6a1eb

Please sign in to comment.