1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/wireguard/Dockerfile

14 lines
194 B
Docker
Raw Normal View History

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