rdlf commited on
Commit
644ee7c
verified
1 Parent(s): 34ac0ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ WORKDIR /app
10
  RUN apt-get update && apt-get install -y \
11
  wget \
12
  gnupg \
13
- && wget -q -O - [^1^][1](https://dl-ssl.google.com/linux/linux_signing_key.pub) | apt-key add - \
14
- && echo "deb [arch=amd64] [^2^][2](http://dl.google.com/linux/chrome/deb/) stable main" > /etc/apt/sources.list.d/google-chrome.list \
15
  && apt-get update && apt-get install -y \
16
  google-chrome-stable \
17
  && rm -rf /var/lib/apt/lists/*
 
10
  RUN apt-get update && apt-get install -y \
11
  wget \
12
  gnupg \
13
+ && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
14
+ && echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list \
15
  && apt-get update && apt-get install -y \
16
  google-chrome-stable \
17
  && rm -rf /var/lib/apt/lists/*