diff --git a/Dockerfile b/Dockerfile index 2e63b2b..e425606 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,11 +14,8 @@ RUN poetry sync --no-root --without dev FROM python:3.12-slim-bookworm AS production RUN apt-get update && apt-get install -y --no-install-recommends \ - gcc \ + build-essential \ python3-dev \ - libffi-dev \ - musl-dev \ - libssl-dev \ && apt-get clean && rm -rf /var/lib/apt/lists/* WORKDIR /app