A docker image for selenium
- Alpine 3.16
- Python 3.7.13
- Chromium
- ChromeDriver
- Selenium
FROM hlf01/python-selenium:latest
git clone https://github.com/hlf20010508/python-selenium.git
cd python-selenium
sudo docker build -f Dockerfile -t python-selenium --no-cache .