Fix build hang: use Arvan mirror for base image and pip

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-05 22:19:41 +03:30
parent 5519a9d93b
commit 8ab80c00e9
4 changed files with 54 additions and 9 deletions
+8 -1
View File
@@ -1,6 +1,13 @@
services:
mirror-manager:
build: .
build:
context: .
dockerfile: Dockerfile
network: host
args:
BASE_IMAGE: docker.arvancloud.ir/library/python:3.12-slim-bookworm
HTTP_PROXY: http://172.17.0.1:1081
HTTPS_PROXY: http://172.17.0.1:1081
container_name: mirror-manager
restart: unless-stopped
privileged: true