Skip to content

Commit

Permalink
fix(docker): add fonts-liberation for chromium (#5344)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Feb 6, 2021
1 parent a1b3164 commit 3d14780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions utils/docker/Dockerfile.bionic
Expand Up @@ -35,6 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

# Install Chromium dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
fonts-liberation \
libnss3 \
libxss1 \
libasound2 \
Expand Down
1 change: 1 addition & 0 deletions utils/docker/Dockerfile.focal
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

# Install Chromium dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
fonts-liberation \
libnss3 \
libxss1 \
libasound2 \
Expand Down

0 comments on commit 3d14780

Please sign in to comment.