This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# THIS IS OUR LINUX VERSION | |
FROM alpine:edge | |
# A SPECIFIC VERSION OF FIREFOX WE NEEDED | |
ENV FIREFOX_VERSION 58.0.1-r2 | |
# A PRE DOWNLOADED GECKODRIVER BINARY THAT WE STORE IN PROJECT | |
COPY geckodriver /usr/local/bin/ |
NewerOlder