feat: add font packages to install in Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user