Use slim debian

This commit is contained in:
Jannis Portmann 2023-04-18 16:36:33 +02:00
parent b100efdaba
commit f682284e30

View file

@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.11-slim-bullseye
RUN apt update && apt install -y libpq-dev nginx