Fix build hang: use Arvan mirror for base image and pip
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+8
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user