google-auth: Pull from community repository again
* Pull from upstream community repository instead of building inline.
This commit is contained in:
parent
e3a68c784a
commit
8027454cb5
16
Dockerfile
16
Dockerfile
@ -5,22 +5,12 @@ FROM alpine:3.4
|
|||||||
|
|
||||||
MAINTAINER Kyle Manna <kyle@kylemanna.com>
|
MAINTAINER Kyle Manna <kyle@kylemanna.com>
|
||||||
|
|
||||||
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
|
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
|
||||||
apk add --update openvpn iptables bash easy-rsa openvpn-auth-pam pamtester && \
|
echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
|
||||||
|
apk add --update openvpn iptables bash easy-rsa openvpn-auth-pam google-authenticator pamtester && \
|
||||||
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
|
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
|
||||||
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*
|
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*
|
||||||
|
|
||||||
COPY alpine /tmp/local
|
|
||||||
RUN adduser -D -G abuild abuild && \
|
|
||||||
chown -R abuild:abuild /tmp/local && \
|
|
||||||
apk add --update alpine-sdk && \
|
|
||||||
su -s /bin/bash -c 'cd /tmp/local/google-authenticator && abuild-keygen -a && abuild -Fr' abuild && \
|
|
||||||
cp /home/abuild/.abuild/abuild*.pub /etc/apk/keys/ && \
|
|
||||||
apk add /home/abuild/packages/local/x86_64/google-authenticator-20160207-r1.apk && \
|
|
||||||
apk del --purge --rdepends alpine-sdk && rm -rf /home/abuild && \
|
|
||||||
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*
|
|
||||||
|
|
||||||
|
|
||||||
# Needed by scripts
|
# Needed by scripts
|
||||||
ENV OPENVPN /etc/openvpn
|
ENV OPENVPN /etc/openvpn
|
||||||
ENV EASYRSA /usr/share/easy-rsa
|
ENV EASYRSA /usr/share/easy-rsa
|
||||||
|
Loading…
Reference in New Issue
Block a user