From 86d2a52f857756f6c9d80170a34f01e885896662 Mon Sep 17 00:00:00 2001 From: Fabio Napoleoni Date: Sat, 6 Feb 2016 19:45:42 +0100 Subject: [PATCH] Install google authenticator in jessie --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 617a7bb..8f6997d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM debian:jessie MAINTAINER Kyle Manna 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/* RUN mkdir -p /usr/local/share/easy-rsa && \