Workaround to use Google Chrome 59 with git 2.13

This commit is contained in:
Andrew Newdigate 2017-08-15 12:06:33 +00:00
parent 3388424807
commit acbba2f05a
3 changed files with 26 additions and 1 deletions

View file

@ -21,7 +21,7 @@ RUN if [ -n "$GIT_VERSION" ]; then /scripts/install-git && git --version; fi
# Chrome
ARG CHROME_VERSION
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome $CHROME_VERSION; fi
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome $CHROME_VERSION && google-chrome --version; fi
# PhantomJS
ARG PHANTOMJS_VERSION