mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 12:16:18 +00:00
Update Dockerfile (test4)
This commit is contained in:
parent
886cc1fc42
commit
83b28d9b9d
1 changed files with 6 additions and 0 deletions
|
@ -30,7 +30,12 @@ RUN apk add --no-cache --update \
|
|||
tzdata \
|
||||
fail2ban \
|
||||
bash \
|
||||
bash-completion \
|
||||
cron \
|
||||
curl \
|
||||
wget \
|
||||
iproute2 \
|
||||
nginx \
|
||||
python3 \
|
||||
py3-pip \
|
||||
py3-psutil \
|
||||
|
@ -40,6 +45,7 @@ RUN apk add --no-cache --update \
|
|||
py3-cloudflare \
|
||||
py3-virtualenv
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
COPY --from=builder /app/build/ /app/
|
||||
COPY --from=builder /app/DockerEntrypoint.sh /app/
|
||||
|
|
Loading…
Reference in a new issue