From 77cee098ad618f6773c629d9e3e41457daf50b64 Mon Sep 17 00:00:00 2001 From: itspooya Date: Mon, 8 May 2023 06:20:33 +0330 Subject: [PATCH] Finally --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bcfaedc..87df78bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat \ && 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 \ && unzip Xray-linux-64.zip \ && rm -f Xray-linux-64.zip geoip.dat geosite.dat iran.dat \