mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-13 22:53:10 +00:00
feat: add openssl to dockerfile (#3762)
This commit is contained in:
committed by
GitHub
parent
d8fb09faae
commit
491e3f9f8b
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user