diff --git a/Dockerfile b/Dockerfile index 306deed..40ef9e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ -FROM python:3.10-slim +FROM python:3.12-slim + +# Install build-essential and any other necessary system dependencies +RUN apt-get update && apt-get install -y build-essential COPY . /app WORKDIR /app