Commit 522ab0a3 authored by Tommy Lau's avatar Tommy Lau

Add maintainer information

parent 4ecdc18f
FROM alpine:3.4
MAINTAINER Tommy Lau <tommy@gen-new.com>
RUN buildDeps=" \
curl \
g++ \
......@@ -17,8 +19,7 @@ RUN buildDeps=" \
xz \
"; \
set -x \
&& apk update \
&& apk add gnutls gnutls-utils iptables libev libintl libnl3 libseccomp linux-pam lz4 openssl readline sed \
&& apk add --update gnutls gnutls-utils iptables libev libintl libnl3 libseccomp linux-pam lz4 openssl readline sed \
&& apk add $buildDeps \
&& OC_VERSION=`curl "http://www.infradead.org/ocserv/download.html" | sed -n 's/^.*version is <b>\(.*$\)/\1/p'` \
&& curl -SL "ftp://ftp.infradead.org/pub/ocserv/ocserv-$OC_VERSION.tar.xz" -o ocserv.tar.xz \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment