diff --git a/scrapers/Dockerfile b/scrapers/Dockerfile index 6cb2a4a..3160ace 100644 --- a/scrapers/Dockerfile +++ b/scrapers/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:bookworm +FROM python:bookworm-slim # Set the working directory in the container WORKDIR /app