mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-13 13:57:59 +00:00
feat: add openssl to dockerfile (#3762)
This commit is contained in:
parent
d8fb09faae
commit
491e3f9f8b
1 changed files with 2 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue