浏览代码

👷 Added Docker CI

itspooya 1 年之前
父节点
当前提交
f21904caf2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -49,7 +49,7 @@ RUN wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-lin
 
 WORKDIR /app
 RUN chmod +x /app/x-ui/x-ui.sh
-RUN apt install tzdata ca-certificates
+RUN apt update && apt install tzdata ca-certificates
 
 # Set the entrypoint
 ENTRYPOINT ["/app/x-ui/xui-release"]