Skip to content

Commit 79367f7

Browse files
Update Dockerfile
1 parent b3fb50c commit 79367f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY entrypoint.sh /usr/local/v2ray/
1919

2020
# 感谢 fscarmen 大佬提供 Dockerfile 层优化方案
2121
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 && \
2323
wget -q -O /usr/local/v2ray/geosite.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat && \
2424
wget -q -O /usr/local/v2ray/geoip.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat && \
2525
chmod a+x /usr/local/v2ray/entrypoint.sh

0 commit comments

Comments
 (0)