Update Dockerfile
Browse files- Dockerfile +0 -6
Dockerfile
CHANGED
@@ -5,12 +5,6 @@ FROM alpine:latest
|
|
5 |
|
6 |
LABEL maintainer="Kyle Manna <[email protected]>"
|
7 |
|
8 |
-
# Testing: pamtester
|
9 |
-
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
|
10 |
-
apk add --update openvpn iptables bash easy-rsa openvpn-auth-pam google-authenticator pamtester libqrencode && \
|
11 |
-
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
|
12 |
-
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*
|
13 |
-
|
14 |
# Needed by scripts
|
15 |
ENV OPENVPN=/etc/openvpn
|
16 |
ENV EASYRSA=/usr/share/easy-rsa \
|
|
|
5 |
|
6 |
LABEL maintainer="Kyle Manna <[email protected]>"
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
# Needed by scripts
|
9 |
ENV OPENVPN=/etc/openvpn
|
10 |
ENV EASYRSA=/usr/share/easy-rsa \
|