Fix for Dockerfile, trailing slash is needed.
This commit is contained in:
parent
dc4656ef48
commit
9c6f3311a1
@ -31,4 +31,4 @@ ADD ./bin /usr/local/bin
|
|||||||
RUN chmod a+x /usr/local/bin/*
|
RUN chmod a+x /usr/local/bin/*
|
||||||
|
|
||||||
# Add support for OTP authentication using a PAM module
|
# Add support for OTP authentication using a PAM module
|
||||||
ADD ./otp/openvpn /etc/pam.d
|
ADD ./otp/openvpn /etc/pam.d/
|
||||||
|
Loading…
Reference in New Issue
Block a user