File tree 1 file changed +5
-3
lines changed
karate-docker/karate-chrome
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7
7
wget \
8
8
gnupg2
9
9
10
- RUN apt-get update && apt-get install -y --no-install-recommends \
11
- chromium
10
+ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
11
+ && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list \
12
+ && apt-get update && apt-get install -y --no-install-recommends \
13
+ google-chrome-stable
12
14
13
15
RUN useradd chrome --shell /bin/bash --create-home \
14
16
&& usermod -a -G sudo chrome \
@@ -18,7 +20,7 @@ RUN useradd chrome --shell /bin/bash --create-home \
18
20
RUN apt-get install -y --no-install-recommends \
19
21
xvfb \
20
22
x11vnc \
21
- xterm \
23
+ xterm \
22
24
fluxbox \
23
25
wmctrl \
24
26
supervisor \
You can’t perform that action at this time.
0 commit comments