File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,11 @@ RUN apt-get update -qqy \
63
63
# Removed packages:
64
64
# xfonts-100dpi ~6 MB
65
65
# xfonts-75dpi ~6 MB
66
+ # fonts-noto-color-emoji ~10 MB
66
67
# Regarding fonts-liberation see:
67
68
# 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
70
71
RUN apt-get -qqy update \
71
72
&& apt-get -qqy --no-install-recommends install \
72
73
libfontconfig \
@@ -78,6 +79,7 @@ RUN apt-get -qqy update \
78
79
fonts-wqy-zenhei \
79
80
fonts-tlwg-loma-otf \
80
81
ttf-ubuntu-font-family \
82
+ fonts-noto-color-emoji \
81
83
&& rm -rf /var/lib/apt/lists/* \
82
84
&& apt-get -qyy clean
83
85
You can’t perform that action at this time.
0 commit comments