diff options
| author | itspooya <fallenangel201190@yahoo.com> | 2023-05-08 02:13:48 +0300 |
|---|---|---|
| committer | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-08 09:34:47 +0300 |
| commit | efecdf5fd0459d8e740f431ac0fe25bc105b6e13 (patch) | |
| tree | 57a0f1a3c0625c1a9ca1538b6982cf99e82504e9 /Dockerfile | |
| parent | f21904caf2cb36e14647576030124efb811b89cf (diff) | |
👷 Added Docker CI
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,6 +34,8 @@ COPY x-ui.sh /app/x-ui/x-ui.sh RUN apt-get update && apt-get install -y \ wget \ unzip \ + tzdata \ + ca-certificates \ && rm -rf /var/lib/apt/lists/* WORKDIR /app/x-ui/bin @@ -49,7 +51,6 @@ 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 update && apt install tzdata ca-certificates # Set the entrypoint ENTRYPOINT ["/app/x-ui/xui-release"] |
