We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ef8ce commit 19f4c5cCopy full SHA for 19f4c5c
Dockerfile
@@ -5,7 +5,9 @@ FROM debian:jessie
5
6
MAINTAINER Kyle Manna <kyle@kylemanna.com>
7
8
-RUN apt-get update && apt-get install -y openvpn iptables git-core
+RUN apt-get update && \
9
+ apt-get install -y openvpn iptables git-core && \
10
+ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
11
12
# Update checkout to use tags when v3.0 is finally released
13
RUN git clone https://github.com/OpenVPN/easy-rsa.git /usr/local/share/easy-rsa
0 commit comments