fix: JXL decode fallback and Playwright remote container support

Add djxl (libjxl-tools) as primary JXL decoder with ImageMagick
fallback — fixes JXL format failures on Ubuntu where stock ImageMagick
lacks a JXL delegate. Also make Playwright Docker config respect
BASE_URL env var for testing against remote containers.
This commit is contained in:
SnapOtter
2026-04-26 02:53:02 +08:00
parent c061ad13ce
commit 86db131198
3 changed files with 15 additions and 3 deletions
+1
View File
@@ -148,6 +148,7 @@ RUN for i in 1 2 3; do apt-get -o Acquire::Retries=3 update && break || sleep $(
apt-get install -y --no-install-recommends \
tini \
imagemagick \
libjxl-tools \
libraw-dev \
libopenexr-dev \
potrace \