mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-30 23:08:16 +02:00
fix: pin backend Docker image to bookworm (fixes Playwright dep install)
python:3.10-slim now resolves to Debian Trixie where ttf-unifont and ttf-ubuntu-font-family packages were renamed/removed, causing Playwright's --with-deps chromium install to fail. Pin to bookworm (Debian 12) for stable font package availability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Former-commit-id: 805560e4b7e3df6441ed5d7221f6bf5e9e665438
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10-slim
|
||||
FROM python:3.10-slim-bookworm
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user