Add optional apt-cacher proxy configuration.

Support APT_PROXY build arg in Docker/Compose, document setup, and include a safe .env.example template for local cache usage.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-19 01:25:20 +03:00
parent 7e14ebb644
commit cd931c13cf
5 changed files with 28 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
x-game-template: &game-template
build: .
build:
context: .
args:
APT_PROXY: ${APT_PROXY:-}
user: "root"
restart: unless-stopped
privileged: true