From 00c5d26db01825b6be796d83787f4720aa7ba886 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 8 Apr 2026 10:59:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20add=20PostgreSQL=20client?= =?UTF-8?q?=20to=20build=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile.build b/docker/Dockerfile.build index aa12026..14e6182 100644 --- a/docker/Dockerfile.build +++ b/docker/Dockerfile.build @@ -18,7 +18,8 @@ RUN apk add --no-cache \ jq \ ca-certificates \ nodejs \ - npm + npm \ + postgresql-client # Set up Go environment ENV GOPATH=/go