Skip to content

Commit

Permalink
Merge pull request quarkusio#13 from smarterclayton/fix_dockerfile
Browse files Browse the repository at this point in the history
image: Declare explicit dependency on sysvinit-tools
  • Loading branch information
openshift-merge-robot authored Feb 18, 2019
2 parents 088ca0a + dd6a1eb commit 60a8519
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 60a8519

Please sign in to comment.