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:
authorVolgaIgor <43250768+VolgaIgor@users.noreply.github.com>2026-01-11 22:18:54 +0300
committerGitHub <noreply@github.com>2026-01-11 22:18:54 +0300
commitda447e5669c3adaef688e8c361ed2c85426fcdeb (patch)
tree9866e63703ad5d6515cc7581621f8158aadee911
parentf8c9aac97cfe4bb38c4dad4b1bc5f9bb18a7ec68 (diff)
Added curl package to Dockerfile (#3665)
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ec7a6e7b..bdf877ce 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,8 @@ RUN apk add --no-cache --update \
ca-certificates \
tzdata \
fail2ban \
- bash
+ bash \
+ curl
COPY --from=builder /app/build/ /app/
COPY --from=builder /app/DockerEntrypoint.sh /app/