diff --git a/Dockerfile b/Dockerfile index 250d8c3..e5d172a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ # Original credit: https://github.com/jpetazzo/dockvpn -FROM ubuntu:14.04 +# Leaner build then Ubunutu +FROM debian:jessie MAINTAINER Kyle Manna -RUN apt-get install -y openvpn iptables git-core +RUN apt-get update && apt-get install -y openvpn iptables git-core # Update checkout to use tags when v3.0 is finally released RUN git clone https://github.com/OpenVPN/easy-rsa.git /usr/local/share/easy-rsa