Install google authenticator in jessie
This commit is contained in:
parent
1623afe651
commit
86d2a52f85
@ -6,7 +6,7 @@ FROM debian:jessie
|
|||||||
MAINTAINER Kyle Manna <kyle@kylemanna.com>
|
MAINTAINER Kyle Manna <kyle@kylemanna.com>
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y openvpn iptables curl && \
|
apt-get install -y openvpn iptables curl libpam-google-authenticator && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
RUN mkdir -p /usr/local/share/easy-rsa && \
|
RUN mkdir -p /usr/local/share/easy-rsa && \
|
||||||
|
Loading…
Reference in New Issue
Block a user