From f682284e3088360f56c8630d749c9392b3630746 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Tue, 18 Apr 2023 16:36:33 +0200 Subject: [PATCH] Use slim debian --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b27c7ea..d731562 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.11-slim-bullseye RUN apt update && apt install -y libpq-dev nginx