Merge pull request #72 from Compewter/patch-1

add fonts-liberation to apt install package list
This commit is contained in:
Jess Frazelle 2015-10-28 11:59:54 -07:00
commit 5a8ad00621

View File

@ -20,12 +20,13 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb
ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /src/google-chrome-stable_current_amd64.deb
ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /src/google-chrome-stable_current_amd64.deb
# Install Chromium
RUN mkdir -p /usr/share/icons/hicolor && \
apt-get update && apt-get install -y \
ca-certificates \
fonts-liberation \
gconf-service \
hicolor-icon-theme \
libappindicator1 \