fix(docker): add fonts-liberation for chromium (#5344)

This commit is contained in:
Joel Einbinder 2021-02-06 09:05:45 -08:00 committed by GitHub
parent a1b3164864
commit 3d14780bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Install Chromium dependencies # Install Chromium dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
fonts-liberation \
libnss3 \ libnss3 \
libxss1 \ libxss1 \
libasound2 \ libasound2 \

View file

@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Install Chromium dependencies # Install Chromium dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
fonts-liberation \
libnss3 \ libnss3 \
libxss1 \ libxss1 \
libasound2 \ libasound2 \