1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
This commit is contained in:
kev 2015-08-23 00:16:04 +08:00
parent 78cd61bf78
commit be941f198e

@ -13,7 +13,7 @@ RUN apk add -U autoconf \
iptables \
libtool \
linux-headers \
&& git clone --recursive https://github.com/clowwindy/ShadowVPN.git \
&& git clone --recursive https://github.com/vimagick/ShadowVPN.git \
&& cd ShadowVPN \
&& ./autogen.sh \
&& ./configure --enable-static --sysconfdir=/etc \