From f3a81b506aaad3406b3d53e2d13983286adfdbc2 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 7 Aug 2015 15:05:18 +0800 Subject: [PATCH] fix --- shadowvpn/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shadowvpn/Dockerfile b/shadowvpn/Dockerfile index d27f1cf..da9ab16 100644 --- a/shadowvpn/Dockerfile +++ b/shadowvpn/Dockerfile @@ -12,6 +12,7 @@ RUN apk add -U autoconf \ git \ iptables \ libtool \ + linux-headers \ && git clone --recursive https://github.com/clowwindy/ShadowVPN.git \ && cd ShadowVPN \ && ./autogen.sh \ @@ -24,7 +25,8 @@ RUN apk add -U autoconf \ build-base \ gawk \ git \ - libtool + libtool \ + linux-headers EXPOSE 1123/udp