Skip to content

Commit 75cbe48

Browse files
Update chrome and chromedriver to v86
1 parent 48c00ce commit 75cbe48

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

2.6.20/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B
66

77
RUN apt-get update && apt-get install -y --no-install-recommends unzip bash openssh-client nodejs git ca-certificates fontconfig xvfb libpango1.0-0 libxss1 fonts-liberation libappindicator1 xdg-utils libgtk-3-0 lsb-release libnss3 libappindicator3-1 sbt libasound2 libxtst6 && rm -rf /var/lib/apt/lists/* && ln -s /usr/bin/nodejs /usr/bin/node
88

9-
ENV PHANTOM_JS phantomjs-2.1.1-linux-x86_64
9+
#ENV PHANTOM_JS phantomjs-2.1.1-linux-x86_64
1010

11-
RUN cd /opt \
12-
&& wget https://bitbucket.org/ariya/phantomjs/downloads/$PHANTOM_JS.tar.bz2 \
13-
&& tar xvjf $PHANTOM_JS.tar.bz2 \
14-
&& mv $PHANTOM_JS /usr/local/share \
15-
&& ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/local/bin
11+
#RUN cd /opt \
12+
# && wget https://bitbucket.org/ariya/phantomjs/downloads/$PHANTOM_JS.tar.bz2 \
13+
# && tar xvjf $PHANTOM_JS.tar.bz2 \
14+
# && mv $PHANTOM_JS /usr/local/share \
15+
# && ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/local/bin
1616

1717
RUN cd /opt \
1818
&& wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
1919
&& dpkg -i google-chrome-stable_current_amd64.deb
2020

2121
RUN cd /opt \
22-
&& wget https://chromedriver.storage.googleapis.com/78.0.3904.105/chromedriver_linux64.zip \
22+
&& wget https://chromedriver.storage.googleapis.com/86.0.4240.22/chromedriver_linux64.zip \
2323
&& unzip chromedriver_linux64.zip
2424

2525
COPY play /tmp/play

0 commit comments

Comments
 (0)