Update dockerfile, correction

Minor change so it is easier to read.
This commit is contained in:
cherryhog 2016-03-19 20:52:29 +00:00
parent 7623bb0939
commit 63aa3397e9

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 \