Merge pull request #118 from cherryhog/master

Typo corrections for Dockerfiles for chrome stable and chrome beta
This commit is contained in:
Jess Frazelle 2016-03-19 13:54:37 -07:00
commit 20f095aa0a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/
ADD https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb /src/google-chrome-beta_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 \

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 \