diff --git a/NodeBase/Dockerfile.txt b/NodeBase/Dockerfile.txt index ed174e6c8..c72ac9e74 100644 --- a/NodeBase/Dockerfile.txt +++ b/NodeBase/Dockerfile.txt @@ -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 \ @@ -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