1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/wireguard/Dockerfile

14 lines
199 B
Docker
Raw Normal View History

2019-07-09 20:08:34 +00:00
#
# 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"]