1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2015-06-11 16:18:36 +08:00
parent 9851e7fc6d
commit 6faa80e7ea

@ -7,7 +7,7 @@ MAINTAINER kev <noreply@datageek.info>
WORKDIR /
RUN apt-get update
RUN apt-get install build-essential automake libtool debhelper gawk git
RUN apt-get install -y build-essential automake libtool debhelper gawk git
RUN git clone --recursive https://github.com/clowwindy/ShadowVPN.git
WORKDIR /ShadowVPN