From 9c6f3311a18e3a1fb0f12898a42dfb04d0710948 Mon Sep 17 00:00:00 2001 From: Fabio Napoleoni Date: Sun, 7 Feb 2016 14:45:28 +0100 Subject: [PATCH] Fix for Dockerfile, trailing slash is needed. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c341480..6923fb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ ADD ./bin /usr/local/bin RUN chmod a+x /usr/local/bin/* # Add support for OTP authentication using a PAM module -ADD ./otp/openvpn /etc/pam.d \ No newline at end of file +ADD ./otp/openvpn /etc/pam.d/