From 29bd7c7da2a55baa8b1acfa480af14b586062a4a Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <elberfeld@web.de>
Date: Sun, 4 Feb 2024 03:41:48 +0100
Subject: [PATCH] add gunicorn

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 2db3e4e..bd5e706 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,6 +5,7 @@ FROM debian:bookworm
 RUN set -x && \
     apt update && \
     apt install -y --no-install-recommends \
+    gunicorn \
     python3 \
     python3-pip \
     python3-flask \
-- 
GitLab