We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ad813 + c53607d commit df2a1ebCopy full SHA for df2a1eb
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