1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +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 WORKDIR /ShadowVPN
RUN ./autogen.sh RUN ./autogen.sh
RUN dpkg-buildpackage RUN ./configure --enable-static --sysconfdir=/etc
RUN dpkg -i ../shadowvpn_*.deb RUN make install
CMD ["/bin/bash"]