Update Dockerfile (test2)

This commit is contained in:
OnceUponATimeInAmerica 2024-08-23 19:37:49 +03:30 committed by GitHub
parent ce90308035
commit c3dae9a0cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,17 +33,13 @@ RUN apk add --no-cache --update \
iproute2 \ iproute2 \
python3 \ python3 \
py3-pip \ py3-pip \
&& python3 -m ensurepip \ py3-psutil \
&& pip3 install --upgrade pip py3-pycurl \
py3-pysocks \
# Install Python packages py3-dotenv \
RUN pip3 install \ py3-cloudflare \
psutil \ py3-virtualenv
pycurl \
pysocks \
python-dotenv \
cloudflare \
virtualenv
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/