diff --git a/Dockerfile b/Dockerfile index 48575c9..59296f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.12-slim AS base WORKDIR /app RUN apt-get update && \ - apt-get install -y --no-install-recommends gcc g++ && \ + apt-get install -y --no-install-recommends gcc g++ ca-certificates libssl-dev curl && \ rm -rf /var/lib/apt/lists/* COPY pyproject.toml ./