1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
This commit is contained in:
kev 2015-06-11 16:18:36 +08:00
parent 9851e7fc6d
commit 6faa80e7ea

View File

@ -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