FROM debian:bullseye

RUN apt-get update && apt-get install --no-install-recommends -y chromium chromium-driver && rm -rf /var/lib/apt/lists/*