Skip to content

Commit 2fcdc17

Browse files
authored
Added emoji fonts to Node base (SeleniumHQ#1616)
Co-authored-by: Diego Molina <[email protected]> [deploy]
1 parent 2e69300 commit 2fcdc17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NodeBase/Dockerfile.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ RUN apt-get update -qqy \
6363
# Removed packages:
6464
# xfonts-100dpi ~6 MB
6565
# xfonts-75dpi ~6 MB
66+
# fonts-noto-color-emoji ~10 MB
6667
# Regarding fonts-liberation see:
6768
# https://github.com/SeleniumHQ/docker-selenium/issues/383#issuecomment-278367069
68-
# Layer size: small: 36.28 MB (with --no-install-recommends)
69-
# Layer size: small: 36.28 MB
69+
# Layer size: small: 50.3 MB (with --no-install-recommends)
70+
# Layer size: small: 50.3 MB
7071
RUN apt-get -qqy update \
7172
&& apt-get -qqy --no-install-recommends install \
7273
libfontconfig \
@@ -78,6 +79,7 @@ RUN apt-get -qqy update \
7879
fonts-wqy-zenhei \
7980
fonts-tlwg-loma-otf \
8081
ttf-ubuntu-font-family \
82+
fonts-noto-color-emoji \
8183
&& rm -rf /var/lib/apt/lists/* \
8284
&& apt-get -qyy clean
8385

0 commit comments

Comments
 (0)