Remove references to deleted phantom script

Phantom JS has not been used since December 2017, so I think it is save
to remove the reference.

For reference: d5c225c148
This commit is contained in:
Lukas Eipert 2018-10-01 14:19:20 +02:00
parent a561aa78a8
commit 96da23a8fd
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC
2 changed files with 2 additions and 7 deletions

View file

@ -24,10 +24,6 @@ ARG CHROME_VERSION
ARG CHROME_DRIVER_VERSION
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome $CHROME_VERSION $CHROME_DRIVER_VERSION && google-chrome --version; fi
# PhantomJS
ARG PHANTOMJS_VERSION
RUN if [ -n "$PHANTOMJS_VERSION" ] ; then /scripts/install-phantomjs $PHANTOMJS_VERSION; fi
# NodeJS and Yarn
ARG NODE_INSTALL_VERSION
ARG YARN_INSTALL_VERSION