1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-04 19:30:45 +02:00
Jess Frazelle 303ac917e5
add wireguard
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-03-24 13:27:12 -07:00

12 lines
92 B
Bash
Executable File

#!/bin/sh
set -e
(
cd /wireguard/src
make module
make module-install
make clean
)
exec $@