mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
fix
This commit is contained in:
parent
4cbf4617ed
commit
f3a81b506a
@ -12,6 +12,7 @@ RUN apk add -U autoconf \
|
|||||||
git \
|
git \
|
||||||
iptables \
|
iptables \
|
||||||
libtool \
|
libtool \
|
||||||
|
linux-headers \
|
||||||
&& git clone --recursive https://github.com/clowwindy/ShadowVPN.git \
|
&& git clone --recursive https://github.com/clowwindy/ShadowVPN.git \
|
||||||
&& cd ShadowVPN \
|
&& cd ShadowVPN \
|
||||||
&& ./autogen.sh \
|
&& ./autogen.sh \
|
||||||
@ -24,7 +25,8 @@ RUN apk add -U autoconf \
|
|||||||
build-base \
|
build-base \
|
||||||
gawk \
|
gawk \
|
||||||
git \
|
git \
|
||||||
libtool
|
libtool \
|
||||||
|
linux-headers
|
||||||
|
|
||||||
EXPOSE 1123/udp
|
EXPOSE 1123/udp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user