mirror of
https://github.com/linuxserver/docker-wireguard.git
synced 2026-06-03 09:57:34 +00:00
Merge pull request #209 from linuxserver/ip6tables-alpine
Explicitly install ip6tables as it's not getting added as part of iptables
This commit is contained in:
@@ -23,6 +23,7 @@ RUN \
|
||||
gnupg \
|
||||
iproute2 \
|
||||
iptables \
|
||||
ip6tables \
|
||||
iputils \
|
||||
libqrencode \
|
||||
net-tools \
|
||||
|
||||
@@ -23,6 +23,7 @@ RUN \
|
||||
gnupg \
|
||||
iproute2 \
|
||||
iptables \
|
||||
ip6tables \
|
||||
iputils \
|
||||
libqrencode \
|
||||
net-tools \
|
||||
|
||||
@@ -23,6 +23,7 @@ RUN \
|
||||
gnupg \
|
||||
iproute2 \
|
||||
iptables \
|
||||
ip6tables \
|
||||
iputils \
|
||||
libqrencode \
|
||||
net-tools \
|
||||
|
||||
Reference in New Issue
Block a user