feat: add font packages to install in Dockerfile

This commit is contained in:
meshkatshb
2025-01-16 18:27:28 +03:30
parent 2654e6b80a
commit 39845671c3

View File

@@ -35,6 +35,10 @@ RUN apt-get update && apt-get install -y \
procps \
git \
python3-numpy \
fontconfig \
fonts-dejavu \
fonts-dejavu-core \
fonts-dejavu-extra \
&& rm -rf /var/lib/apt/lists/*
# Install noVNC