1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 05:48:42 +00:00
This commit is contained in:
kev 2015-06-11 16:25:19 +08:00
parent 6faa80e7ea
commit 580b28848c

@ -12,5 +12,7 @@ RUN git clone --recursive https://github.com/clowwindy/ShadowVPN.git
WORKDIR /ShadowVPN
RUN ./autogen.sh
RUN dpkg-buildpackage
RUN dpkg -i ../shadowvpn_*.deb
RUN ./configure --enable-static --sysconfdir=/etc
RUN make install
CMD ["/bin/bash"]