ARG DEBIAN_VERSION=bookworm-slim FROM debian:${DEBIAN_VERSION} AS base RUN apt-get update && apt-get install -y --no-install-recommends \ python3 python3-pip curl ca-certificates \ && rm -rf /var/lib/apt/lists/* WORKDIR /app RUN pip install --no-cache-dir --break-system-packages curl-cffi beautifulsoup4