Merge pull request #122 from MeshkatShB/fix/docker-font-temp-solution

feat: add font packages to install in Dockerfile
This commit is contained in:
warmshao
2025-01-16 23:04:49 +08:00
committed by GitHub

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