diff --git a/docker/Dockerfile_with_frontend b/docker/Dockerfile_with_frontend index e21406f..8d36109 100644 --- a/docker/Dockerfile_with_frontend +++ b/docker/Dockerfile_with_frontend @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.2 -FROM python:3.10 +FROM python:3.10-slim WORKDIR /app RUN --mount=type=cache,target=/root/.cache/pip \ python3 -m pip install poetry && poetry config virtualenvs.create false diff --git a/docker/Dockerfile_with_frontend_sentry b/docker/Dockerfile_with_frontend_sentry index 89f5a15..9a6a3ea 100644 --- a/docker/Dockerfile_with_frontend_sentry +++ b/docker/Dockerfile_with_frontend_sentry @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.2 -FROM python:3.10 +FROM python:3.10-slim WORKDIR /app RUN --mount=type=cache,target=/root/.cache/pip \ python3 -m pip install poetry && poetry config virtualenvs.create false