From 66fc71eaed5d881f54934f15b56f04701f176023 Mon Sep 17 00:00:00 2001 From: bluebamus Date: Mon, 10 Nov 2025 13:56:56 +0900 Subject: [PATCH] update dockerfile for gunicorn --- docker/gunicorn/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gunicorn/Dockerfile b/docker/gunicorn/Dockerfile index cae67f5..27789e0 100644 --- a/docker/gunicorn/Dockerfile +++ b/docker/gunicorn/Dockerfile @@ -67,7 +67,7 @@ RUN apt-get -y install pgbackrest RUN pip3 install gunicorn uvicorn[standard] # pip3 package -RUN pip3 install fastapi uv +RUN pip3 install fastapi uv poetry RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN update-ca-certificates