add noto to firefox (#446)

This commit is contained in:
Harpo Roeder 2018-12-11 15:09:09 -05:00 committed by Jess Frazelle
parent eb67c247e2
commit cc75d30bd7

View File

@ -17,6 +17,9 @@ RUN apt-get update && apt-get install -y \
libgl1-mesa-dri \
libgl1-mesa-glx \
libpulse0 \
fonts-noto \
fonts-noto-cjk \
fonts-noto-color-emoji \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*