Skip to content

Commit

Permalink
Added emoji fonts to Node base (#1616)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Molina <[email protected]>

[deploy]
  • Loading branch information
PDUBEY00 authored Jun 28, 2022
1 parent 2e69300 commit 2fcdc17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NodeBase/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ RUN apt-get update -qqy \
# Removed packages:
# xfonts-100dpi ~6 MB
# xfonts-75dpi ~6 MB
# fonts-noto-color-emoji ~10 MB
# Regarding fonts-liberation see:
# https://github.com/SeleniumHQ/docker-selenium/issues/383#issuecomment-278367069
# Layer size: small: 36.28 MB (with --no-install-recommends)
# Layer size: small: 36.28 MB
# Layer size: small: 50.3 MB (with --no-install-recommends)
# Layer size: small: 50.3 MB
RUN apt-get -qqy update \
&& apt-get -qqy --no-install-recommends install \
libfontconfig \
Expand All @@ -78,6 +79,7 @@ RUN apt-get -qqy update \
fonts-wqy-zenhei \
fonts-tlwg-loma-otf \
ttf-ubuntu-font-family \
fonts-noto-color-emoji \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get -qyy clean

Expand Down

0 comments on commit 2fcdc17

Please sign in to comment.