From 164bdfb21343b85c0351e45ea7fe8a4fb8095ac8 Mon Sep 17 00:00:00 2001 From: Lena Idier <55538937+Ourobore@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:31:04 +0200 Subject: [PATCH] fix(docker): Fix poetry installation (#502) Co-authored-by: Lena --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 369b153..5d1789a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.12-slim WORKDIR /usr/src/norminette