From c7dc9f0990a6f92b48b41f89dbc74a0366d5336d Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 6 Jan 2023 07:04:18 +0100 Subject: [PATCH] docker: use a smaller image good enough --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e601ccd..92e3698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-bullseye +FROM python:3.11-slim-bullseye RUN python -m pip install "poetry==1.2.2"