Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 21 |
libgbm1 \
|
| 22 |
libu2f-udev \
|
| 23 |
xdg-utils \
|
| 24 |
-
--no-install-recommends
|
| 25 |
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
|
| 26 |
&& echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list \
|
| 27 |
&& apt-get update \
|
|
|
|
| 21 |
libgbm1 \
|
| 22 |
libu2f-udev \
|
| 23 |
xdg-utils \
|
| 24 |
+
--no-install-recommends \
|
| 25 |
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
|
| 26 |
&& echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list \
|
| 27 |
&& apt-get update \
|