mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 04:36:20 +00:00
Update Dockerfile (test2)
This commit is contained in:
parent
ce90308035
commit
c3dae9a0cf
1 changed files with 7 additions and 11 deletions
16
Dockerfile
16
Dockerfile
|
@ -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 \
|
||||||
|
py3-dotenv \
|
||||||
|
py3-cloudflare \
|
||||||
|
py3-virtualenv
|
||||||
|
|
||||||
# Install Python packages
|
|
||||||
RUN pip3 install \
|
|
||||||
psutil \
|
|
||||||
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/
|
||||||
|
|
Loading…
Reference in a new issue