We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740988b commit c53607dCopy full SHA for c53607d
1 file changed
docker/Dockerfile
@@ -1,6 +1,6 @@
1
# Dockerfile
2
3
-ARG PROXY_ADDR="http://host.docker.internal:7890"
+#ARG PROXY_ADDR="http://host.docker.internal:7890" Linxux 下使用 host.docker.internal 可能会有问题,建议使用实际的代理地址
4
FROM python:3.10-slim-bookworm AS builder
5
6
ARG DEBIAN_FRONTEND=noninteractive
0 commit comments