🐛 fix: add PostgreSQL client to build cache
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 3m15s
CI/CD Pipeline / CI Pipeline (push) Failing after 2m59s

This commit is contained in:
2026-04-08 10:59:42 +02:00
parent d4bd11a3df
commit 00c5d26db0

View File

@@ -18,7 +18,8 @@ RUN apk add --no-cache \
jq \
ca-certificates \
nodejs \
npm
npm \
postgresql-client
# Set up Go environment
ENV GOPATH=/go