This commit is contained in:
parent
b762a59477
commit
653f2d9c6d
@ -4,6 +4,8 @@ ARG BUILDPLATFORM="linux/amd64"
|
||||
ARG TARGETPLATFORM="linux/amd64"
|
||||
|
||||
FROM --platform=$BUILDPLATFORM python:alpine AS base
|
||||
ENV http_proxy http://proxy-chain.xxx.com:911/
|
||||
ENV https_proxy http://proxy-chain.xxx.com:912/
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip3 install --default-timeout=100 -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user