mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-14 08:02:44 +02:00
Merge pull request #118 from cherryhog/master
Typo corrections for Dockerfiles for chrome stable and chrome beta
This commit is contained in:
commit
20f095aa0a
chrome
@ -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
|
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 && \
|
RUN echo 'deb http://httpredir.debian.org/debian testing main' >> /etc/apt/sources.list && \
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
@ -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
|
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 && \
|
RUN echo 'deb http://httpredir.debian.org/debian testing main' >> /etc/apt/sources.list && \
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user