fontconfig

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2016-01-07 19:53:38 -08:00
parent 60089a9e35
commit f37a7df986
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 0 additions and 4 deletions

View File

@ -10,8 +10,6 @@ ADD https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb /sr
RUN mkdir -p /usr/share/icons/hicolor && \ RUN mkdir -p /usr/share/icons/hicolor && \
apt-get update && apt-get install -y \ apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
fonts-cantarell \
fonts-droid \
fonts-liberation \ fonts-liberation \
fonts-roboto \ fonts-roboto \
fonts-symbola \ fonts-symbola \

View File

@ -26,8 +26,6 @@ ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /s
RUN mkdir -p /usr/share/icons/hicolor && \ RUN mkdir -p /usr/share/icons/hicolor && \
apt-get update && apt-get install -y \ apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
fonts-droid \
fonts-cantarell \
fonts-liberation \ fonts-liberation \
fonts-roboto \ fonts-roboto \
fonts-symbola \ fonts-symbola \