mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +01:00
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:
parent
4c0eb14174
commit
7623bb0939
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user