Skip to content

Commit

Permalink
fix: use legacy iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 10, 2020
1 parent de9b003 commit 83f3a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ovs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ FROM centos:8
RUN yum install -y \
bind-utils \
firewalld-filesystem \
iptables \
libpcap \
hostname ethtool \
iproute nc \
unbound unbound-devel \
tcpdump ipset && yum clean all
RUN rpm -ivh --nodeps https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_64/os/Packages/i/iptables-1.8.0-5.fc30.x86_64.rpm
RUN --mount=type=bind,target=/rpms,from=ovs-rpm,source=/rpms rpm -ivh --nodeps /rpms/*.rpm

0 comments on commit 83f3a92

Please sign in to comment.