Skip to content

Commit

Permalink
fix: wrong link for iptables
Browse files Browse the repository at this point in the history
(cherry picked from commit a99c420)
  • Loading branch information
oilbeater committed Sep 22, 2021
1 parent b4faf60 commit c208cd5
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 @@ -45,6 +45,7 @@ RUN apt update && apt upgrade -y && apt install ca-certificates python3 hostname
tcpdump ipset curl uuid-runtime openssl inetutils-ping arping ndisc6 \
logrotate -y --no-install-recommends && \
rm -rf /var/lib/apt/lists/* && \
cd /usr/sbin && \
ln -sf /usr/sbin/iptables-legacy iptables && \
rm -rf /etc/localtime

Expand Down

0 comments on commit c208cd5

Please sign in to comment.