Skip to content

Commit 3984567

Browse files
committed
feat: add font packages to install in Dockerfile
1 parent 2654e6b commit 3984567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ RUN apt-get update && apt-get install -y \
3535
procps \
3636
git \
3737
python3-numpy \
38+
fontconfig \
39+
fonts-dejavu \
40+
fonts-dejavu-core \
41+
fonts-dejavu-extra \
3842
&& rm -rf /var/lib/apt/lists/*
3943

4044
# Install noVNC

0 commit comments

Comments
 (0)