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.
2 parents fb83a08 + 64946ca commit 9fe1feaCopy full SHA for 9fe1fea
Dockerfile
@@ -1,10 +1,10 @@
1
+# Smallest base image
2
FROM alpine:3.10
3
4
MAINTAINER Pieter Lange <pieter@ptlc.nl>
5
6
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
7
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/main/" >> /etc/apk/repositories && \
8
apk add --update openvpn=2.4.7-r1 \
9
bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
10
apk add --virtual temppkg gettext && \
0 commit comments