Browse Source

installed easy-rsa for rasbian

tags/v1.0.0
Robin Thoni 6 years ago
parent
commit
26d9607494
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      openvpn/Dockerfile

+ 1
- 1
openvpn/Dockerfile View File

@@ -3,7 +3,7 @@ FROM robinthoni/debian-multiarch:jessie
3 3
 ARG CONFIG_DIR=/etc/default/config-files/
4 4
 
5 5
 RUN apt-get update &&\
6
-    apt-get install -y ssmtp openvpn openvpn-auth-ldap openvpn-auth-radius ldap-utils &&\
6
+    apt-get install -y ssmtp openvpn openvpn-auth-ldap openvpn-auth-radius ldap-utils easy-rsa &&\
7 7
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
8 8
     rm /etc/cron.*/*
9 9
 

Loading…
Cancel
Save