Bruno Inec 4 years ago
committed by GitHub
parent
commit
d3f913fcfa
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