Update Dockerfile (test4)

This commit is contained in:
OnceUponATimeInAmerica 2024-08-24 08:02:25 +03:30 committed by GitHub
parent 886cc1fc42
commit 83b28d9b9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/