change from install chromium to install chrome

We are getting chrome from google. It isn't the open source version of chromium.

It is a very minor change but it makes it easier to read and less confusing.
This commit is contained in:
cherryhog 2016-03-19 20:50:08 +00:00
parent 4c0eb14174
commit 7623bb0939

View File

@ -22,7 +22,7 @@ ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/
ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /src/google-chrome-stable_current_amd64.deb
# Install Chromium
# Install Chrome
RUN echo 'deb http://httpredir.debian.org/debian testing main' >> /etc/apt/sources.list && \
apt-get update && apt-get install -y \
ca-certificates \