Skip to content

Commit e99ad3c

Browse files
authored
Merge pull request #209 from linuxserver/ip6tables-alpine
Explicitly install ip6tables as it's not getting added as part of iptables
2 parents fdb377d + d591da4 commit e99ad3c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN \
2323
gnupg \
2424
iproute2 \
2525
iptables \
26+
ip6tables \
2627
iputils \
2728
libqrencode \
2829
net-tools \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN \
2323
gnupg \
2424
iproute2 \
2525
iptables \
26+
ip6tables \
2627
iputils \
2728
libqrencode \
2829
net-tools \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN \
2323
gnupg \
2424
iproute2 \
2525
iptables \
26+
ip6tables \
2627
iputils \
2728
libqrencode \
2829
net-tools \

0 commit comments

Comments
 (0)