build: Added fonts to frontend image

main
Fadhli Azhari 2026-04-29 18:50:53 +08:00
parent e3d9e66574
commit 7c795d12fb
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git \
jq \
unzip \
# Playwright chromium runtime libs
libasound2 \
libatk1.0-0 \
libatk-bridge2.0-0 \
@ -59,6 +58,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxfixes3 \
libxkbcommon0 \
libxrandr2 \
fonts-liberation \
fonts-noto-core \
fontconfig \
&& rm -rf /var/lib/apt/lists/*
# ─────────────────────────────────────────────────────────────────────