1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:16:44 +02:00
dockerfiles/wireguard/Dockerfile
2019-07-10 04:08:34 +08:00

14 lines
199 B
Docker

#
# Dockerfile for wireguard-arm
#
FROM arm32v7/alpine:edge
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache coreutils iptables wireguard-tools
EXPOSE 51820/udp
CMD ["wg", "--help"]