dingo/chick
# Use a base image with Chrome and Selenium pre-installed FROM selenium/standalone-chrome # Install additional tools for network emulation if needed RUN apt-get update && \ apt-get install -y iproute2 tc && \ apt-get clean # Copy the Python scri