Browse Source

Merge pull request #12 from Sweenu/patch-1

Install ip6tables
pull/15/head 2.0.1
Jordan Potter 4 years ago
committed by GitHub
parent
commit
7e984263e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save