From a4ab9654d3d900a1eccaf0218d8ba08e24c928e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Thu, 22 Feb 2024 19:06:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20psycopg2=20?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Dockerfile b/core/Dockerfile index b5c328b..9795ec7 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -110,6 +110,7 @@ ENV LANG=en_US.UTF-8 \ ARG DEPENDENCIES=" \ libldap2-dev \ + libpq-dev \ libx11-dev \ libxmlsec1-openssl"