Skip to content

Commit

Permalink
Merge pull request #78 from openshift-cherrypick-robot/cherry-pick-55…
Browse files Browse the repository at this point in the history
…-to-release-4.6

[release-4.6] Bug 1926267: Egress router: Add iptables package to Dockerfile
  • Loading branch information
openshift-merge-robot committed Mar 22, 2021
2 parents 56a73fe + 36282c4 commit 618b71d
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 618b71d

Please sign in to comment.