docker: use a smaller image

good enough
This commit is contained in:
Christoph Reiter
2023-01-06 07:04:18 +01:00
parent 9c609e66d4
commit c7dc9f0990

View File

@@ -1,4 +1,4 @@
FROM python:3.11-bullseye
FROM python:3.11-slim-bullseye
RUN python -m pip install "poetry==1.2.2"