mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update chromium
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
66679f225b
commit
a09f5b5ce1
|
@ -21,18 +21,18 @@
|
||||||
# -e DISPLAY=unix$DISPLAY chromium
|
# -e DISPLAY=unix$DISPLAY chromium
|
||||||
|
|
||||||
# Base docker image
|
# Base docker image
|
||||||
FROM debian:stretch
|
FROM debian:jessie
|
||||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
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
|
||||||
|
|
||||||
# Install Chromium
|
# Install Chromium
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN echo 'deb http://httpredir.debian.org/debian stretch main' >> /etc/apt/sources.list && \
|
||||||
|
apt-get update && apt-get install -y \
|
||||||
chromium \
|
chromium \
|
||||||
chromium-l10n \
|
chromium-l10n \
|
||||||
fonts-liberation \
|
fonts-liberation \
|
||||||
fonts-roboto \
|
fonts-roboto \
|
||||||
fonts-symbola \
|
|
||||||
hicolor-icon-theme \
|
hicolor-icon-theme \
|
||||||
libcanberra-gtk-module \
|
libcanberra-gtk-module \
|
||||||
libexif-dev \
|
libexif-dev \
|
||||||
|
@ -40,6 +40,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
libgl1-mesa-glx \
|
libgl1-mesa-glx \
|
||||||
libpango1.0-0 \
|
libpango1.0-0 \
|
||||||
libv4l-0 \
|
libv4l-0 \
|
||||||
|
-t stretch fonts-symbola \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& mkdir -p /etc/chromium.d/ \
|
&& mkdir -p /etc/chromium.d/ \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user