|
@@ -8,7 +8,7 @@ COPY openvpn/ /etc/openvpn/
|
|
|
COPY stonevpn.conf /etc/stonevpn.conf
|
|
|
|
|
|
RUN set -x \
|
|
|
- && yum install epel-release lzo net-tools iputils -y \
|
|
|
+ && yum install epel-release lzo net-tools iputils nftables -y \
|
|
|
&& yum install openvpn stonevpn -y \
|
|
|
&& chmod +x /tmp/docker-entrypoint.sh \
|
|
|
&& chmod +x /tmp/keygen.sh \
|