diff options
| author | itspooya <fallenangel201190@yahoo.com> | 2023-05-08 05:50:33 +0300 |
|---|---|---|
| committer | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-08 09:34:47 +0300 |
| commit | 77cee098ad618f6773c629d9e3e41457daf50b64 (patch) | |
| tree | 6fee23de72c69cdcc7db8a87fca10b29507ae7f6 /Dockerfile | |
| parent | 89b94c2c9083ef8c6c58af6909c503b078abaa43 (diff) | |
Finally
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
