mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
add fonts-liberation to apt install package list
google-chrome-stable is failing to install without the fonts-liberation package. Putting it in the package list fixed the issue for me.
This commit is contained in:
parent
92b65e2462
commit
05313827b0
|
@ -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-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
|
# Install Chromium
|
||||||
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-liberation \
|
||||||
gconf-service \
|
gconf-service \
|
||||||
hicolor-icon-theme \
|
hicolor-icon-theme \
|
||||||
libappindicator1 \
|
libappindicator1 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user