File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,20 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B
66
77RUN 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
1717RUN 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
2121RUN 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
2525COPY play /tmp/play
You can’t perform that action at this time.
0 commit comments