From 60089a9e3510b6cc0c66c8c37025842230252f03 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Thu, 7 Jan 2016 18:22:29 -0800 Subject: [PATCH] update fonts Signed-off-by: Jessica Frazelle --- chrome/beta/Dockerfile | 7 +++++++ chrome/stable/Dockerfile | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/chrome/beta/Dockerfile b/chrome/beta/Dockerfile index 6b71ab4..4e83b23 100644 --- a/chrome/beta/Dockerfile +++ b/chrome/beta/Dockerfile @@ -10,7 +10,10 @@ ADD https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb /sr RUN mkdir -p /usr/share/icons/hicolor && \ apt-get update && apt-get install -y \ ca-certificates \ + fonts-cantarell \ + fonts-droid \ fonts-liberation \ + fonts-roboto \ fonts-symbola \ gconf-service \ hicolor-icon-theme \ @@ -19,6 +22,8 @@ RUN mkdir -p /usr/share/icons/hicolor && \ libcanberra-gtk-module \ libcurl3 \ libexif-dev \ + libfontconfig1 \ + libfreetype6 \ libgconf-2-4 \ libgl1-mesa-dri \ libgl1-mesa-glx \ @@ -28,6 +33,8 @@ RUN mkdir -p /usr/share/icons/hicolor && \ libv4l-0 \ libxss1 \ libxtst6 \ + lsb-base \ + strace \ wget \ xdg-utils \ --no-install-recommends && \ diff --git a/chrome/stable/Dockerfile b/chrome/stable/Dockerfile index f18c9ef..c26d6d5 100644 --- a/chrome/stable/Dockerfile +++ b/chrome/stable/Dockerfile @@ -26,7 +26,10 @@ ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /s RUN mkdir -p /usr/share/icons/hicolor && \ apt-get update && apt-get install -y \ ca-certificates \ + fonts-droid \ + fonts-cantarell \ fonts-liberation \ + fonts-roboto \ fonts-symbola \ gconf-service \ hicolor-icon-theme \ @@ -35,6 +38,8 @@ RUN mkdir -p /usr/share/icons/hicolor && \ libcanberra-gtk-module \ libcurl3 \ libexif-dev \ + libfontconfig1 \ + libfreetype6 \ libgconf-2-4 \ libgl1-mesa-dri \ libgl1-mesa-glx \ @@ -44,6 +49,7 @@ RUN mkdir -p /usr/share/icons/hicolor && \ libv4l-0 \ libxss1 \ libxtst6 \ + lsb-base \ strace \ wget \ xdg-utils \