1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/wireguard/Dockerfile

14 lines
194 B
Docker
Raw Normal View History

2019-07-09 20:08:34 +00:00
#
# Dockerfile for wireguard-arm
#
2019-09-22 04:39:41 +00:00
FROM arm32v7/alpine
2019-07-09 20:08:34 +00:00
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache coreutils iptables wireguard-tools
EXPOSE 51820/udp
CMD ["wg", "--help"]