Skip to content

Commit

Permalink
Merge pull request #55 from sgreene570/bz-1896170
Browse files Browse the repository at this point in the history
Bug 1896170: Egress router: Add iptables package to Dockerfile
  • Loading branch information
openshift-merge-robot committed Dec 8, 2020
2 parents 2f1ecd3 + 4f549b7 commit 537176c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egress/router/Dockerfile
Expand Up @@ -5,7 +5,7 @@

FROM registry.svc.ci.openshift.org/ocp/4.6:base

RUN INSTALL_PKGS="iproute iputils" && \
RUN INSTALL_PKGS="iproute iputils iptables" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all
Expand Down

0 comments on commit 537176c

Please sign in to comment.