File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN set -x \
37
37
bison flex gcc make libc-dev bsd-compat-headers linux-pam-dev \
38
38
nss-dev libcap-ng-dev libevent-dev curl-dev nspr-dev
39
39
40
- RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/5bb63dac28627cbf06c526c5ad3e08cc7117d67b /extras/ikev2setup.sh \
40
+ RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/25670f39e782cdb5580b9cc55c2196b8465f998e /extras/ikev2setup.sh \
41
41
&& chmod +x /opt/src/ikev2.sh \
42
42
&& ln -s /opt/src/ikev2.sh /usr/bin
43
43
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN apt-get -yqq update \
42
42
&& rm -rf /var/log/* \
43
43
&& update-alternatives --set iptables /usr/sbin/iptables-legacy
44
44
45
- RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/5bb63dac28627cbf06c526c5ad3e08cc7117d67b /extras/ikev2setup.sh \
45
+ RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/25670f39e782cdb5580b9cc55c2196b8465f998e /extras/ikev2setup.sh \
46
46
&& chmod +x /opt/src/ikev2.sh \
47
47
&& ln -s /opt/src/ikev2.sh /usr/bin
48
48
You can’t perform that action at this time.
0 commit comments