2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01:00
This commit is contained in:
kev
2015-08-23 00:16:04 +08:00
parent 78cd61bf78
commit be941f198e

View File

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