Sign inSign up

brenokcc/selenium

By brenokcc

•Updated almost 2 years ago

Image with firefox and geckodriver.

Image
Integration & delivery
0

204

brenokcc/selenium repository overview

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/

Tag summary

Content type

Image

Digest

sha256:d0ffb6f3c…

Size

149.2 MB

Last updated

almost 2 years ago

docker pull brenokcc/selenium