File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ COPY entrypoint.sh /usr/local/v2ray/
19
19
20
20
# 感谢 fscarmen 大佬提供 Dockerfile 层优化方案
21
21
RUN wget -q -O /tmp/v2ray-linux-64.zip https://github.com/v2fly/v2ray-core/releases/download/v4.45.0/v2ray-linux-64.zip && \
22
- unzip -d /usr/local/v2ray /tmp/v2ray-linux-64.zip v2ray && \
22
+ unzip -d /usr/local/v2ray /tmp/v2ray-linux-64.zip v2ray && \
23
23
wget -q -O /usr/local/v2ray/geosite.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat && \
24
24
wget -q -O /usr/local/v2ray/geoip.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat && \
25
25
chmod a+x /usr/local/v2ray/entrypoint.sh
You can’t perform that action at this time.
0 commit comments