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