Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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"]