itspooya 1 년 전
부모
커밋
77cee098ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
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 \