1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00

add shadowvpn

This commit is contained in:
kev 2015-06-11 16:17:53 +08:00
parent 084ba75f05
commit 9851e7fc6d

16
shadowvpn/Dockerfile Normal file

@ -0,0 +1,16 @@
#
# Dockerfile for ShadowVPN
#
FROM debian:jessie
MAINTAINER kev <noreply@datageek.info>
WORKDIR /
RUN apt-get update
RUN apt-get install build-essential automake libtool debhelper gawk git
RUN git clone --recursive https://github.com/clowwindy/ShadowVPN.git
WORKDIR /ShadowVPN
RUN ./autogen.sh
RUN dpkg-buildpackage
RUN dpkg -i ../shadowvpn_*.deb