|
@@ -9,12 +9,10 @@ COPY stonevpn.conf /etc/stonevpn.conf
|
|
|
RUN set -x \
|
|
|
&& yum install epel-release lzo net-tools iputils -y \
|
|
|
&& yum install openvpn stonevpn -y \
|
|
|
-# && yum clean all \
|
|
|
&& chmod +x /tmp/docker-entrypoint.sh \
|
|
|
&& chmod +x /tmp/keygen.sh \
|
|
|
&& chmod 400 /etc/openvpn/keys/*.key \
|
|
|
&& chmod 440 /etc/openvpn/keys/*.crt \
|
|
|
-# && yum install -y https://centos6.iuscommunity.org/ius-release.rpm \
|
|
|
&& yum install -y https://centos7.iuscommunity.org/ius-release.rpm \
|
|
|
&& yum install -y git2u \
|
|
|
&& yum clean all \
|
|
@@ -22,5 +20,4 @@ RUN set -x \
|
|
|
|
|
|
COPY app.py /usr/lib/python2.7/site-packages/StoneVPN/app.py
|
|
|
|
|
|
-#CMD ["/usr/sbin/openvpn", "--config", "/etc/openvpn/ovpn.conf"]
|
|
|
EXPOSE 1194
|