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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|