mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-06 16:13:09 +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 \
|
tzdata \
|
||||||
fail2ban \
|
fail2ban \
|
||||||
bash \
|
bash \
|
||||||
|
bash-completion \
|
||||||
|
cron \
|
||||||
|
curl \
|
||||||
|
wget \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
|
nginx \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
py3-psutil \
|
py3-psutil \
|
||||||
|
|
@ -40,6 +45,7 @@ RUN apk add --no-cache --update \
|
||||||
py3-cloudflare \
|
py3-cloudflare \
|
||||||
py3-virtualenv
|
py3-virtualenv
|
||||||
|
|
||||||
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
||||||
COPY --from=builder /app/build/ /app/
|
COPY --from=builder /app/build/ /app/
|
||||||
COPY --from=builder /app/DockerEntrypoint.sh /app/
|
COPY --from=builder /app/DockerEntrypoint.sh /app/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue