build: Added fonts to frontend image
parent
e3d9e66574
commit
7c795d12fb
|
|
@ -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/*
|
||||
|
||||
# ─────────────────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Reference in New Issue