This commit is contained in:
itspooya 2023-05-08 06:20:33 +03:30 committed by Ho3ein
parent 89b94c2c90
commit 77cee098ad

View file

@ -52,7 +52,7 @@ RUN arch=$(uname -m) && \
&& wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat \ && wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat \
&& wget https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat \ && wget https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat \
&& mv xray xray-linux-arm64; \ && mv xray xray-linux-arm64; \
elif [ "$arch" = "amd64" ]; then \ elif [ "$arch" = "x86_64" ]; then \
wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-linux-64.zip \ wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-linux-64.zip \
&& unzip Xray-linux-64.zip \ && unzip Xray-linux-64.zip \
&& rm -f Xray-linux-64.zip geoip.dat geosite.dat iran.dat \ && rm -f Xray-linux-64.zip geoip.dat geosite.dat iran.dat \