Image with firefox and geckodriver.
204
FROM python:alpine
RUN apk add firefox-esr
RUN ln -sfn /usr/bin/firefox-esr /usr/bin/firefox
RUN wget -q https://github.com/mozilla/geckodriver/releases/download/v0.32.0/geckodriver-v0.32.0-linux32.tar.gz
RUN tar -xf geckodriver-v0.32.0-linux32.tar.gz
RUN chmod +x geckodriver
RUN mv geckodriver /usr/local/bin/
Content type
Image
Digest
sha256:d0ffb6f3c…
Size
149.2 MB
Last updated
almost 2 years ago
docker pull brenokcc/selenium