mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 11:17:17 +08:00
Merge pull request #122 from MeshkatShB/fix/docker-font-temp-solution
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