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
 ARG CONFIG_DIR=/etc/default/config-files/
3
 ARG CONFIG_DIR=/etc/default/config-files/
4
 
4
 
5
 RUN apt-get update &&\
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
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
7
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
8
     rm /etc/cron.*/*
8
     rm /etc/cron.*/*
9
 
9
 

Loading…
Cancel
Save