Merge pull request #12 from Sweenu/patch-1

Install ip6tables
This commit is contained in:
Jordan Potter 2021-01-28 10:18:53 -06:00 committed by GitHub
commit 7e984263e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
FROM alpine:3.12.1 FROM alpine:3.12.1
RUN apk add --no-cache \ RUN apk add --no-cache \
openresolv iptables iproute2 wireguard-tools \ openresolv iptables ip6tables iproute2 wireguard-tools \
findutils # Needed for find's -printf flag. findutils # Needed for find's -printf flag.
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh