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:
authorMojtaba Arezoomand <mojixcoder@gmail.com>2026-02-08 00:30:03 +0300
committerGitHub <noreply@github.com>2026-02-08 00:30:03 +0300
commit491e3f9f8bd70a35de489d6da1d10b8bac3a0851 (patch)
tree3800fdc0d9c9d5b145be86072e1b8cdec03ee428 /Dockerfile
parentd8fb09faaeeebe34b57f1c26aa1ab8b529327989 (diff)
feat: add openssl to dockerfile (#3762)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bdf877ce..8c519b5b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,7 +30,8 @@ RUN apk add --no-cache --update \
tzdata \
fail2ban \
bash \
- curl
+ curl \
+ openssl
COPY --from=builder /app/build/ /app/
COPY --from=builder /app/DockerEntrypoint.sh /app/