From e2d9f6e682126990a168a00fa5d9b3b716a744f8 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Tue, 22 Nov 2022 16:00:53 +0900 Subject: [PATCH] psycho postgres 2: the sequel: the squeakuel --- deployment/frogress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/frogress/Dockerfile b/deployment/frogress/Dockerfile index a6aecc4..89caf0c 100644 --- a/deployment/frogress/Dockerfile +++ b/deployment/frogress/Dockerfile @@ -24,7 +24,7 @@ WORKDIR /frogress ENV PATH="$PATH:/etc/poetry/bin" -RUN poetry add psycopg2 +RUN poetry add psycopg2-binary RUN poetry install COPY .env /frogress