Skip to content

Commit

Permalink
fix ip6tables link
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Sep 5, 2022
1 parent e103442 commit d2be779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN apt update && apt upgrade -y && apt install ca-certificates python3 hostname
rm -rf /var/lib/apt/lists/* && \
cd /usr/sbin && \
ln -sf /usr/sbin/iptables-legacy iptables && \
ln -sf /usr/sbin/ip6tables-legacy ip6tables && \
rm -rf /etc/localtime

RUN mkdir -p /var/run/openvswitch && \
Expand Down

0 comments on commit d2be779

Please sign in to comment.