From f21904caf2cb36e14647576030124efb811b89cf Mon Sep 17 00:00:00 2001 From: itspooya Date: Mon, 8 May 2023 02:10:31 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20Docker=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f87e3ca2..e03454c3 100644 --- a/Dockerfile +++ b/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"]