From 8213c8964152b8941fb73109066dfb0f9e87b9cf Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 6 Sep 2021 00:28:58 +0200 Subject: [PATCH] add psql client --- containers/apps/sogo/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/apps/sogo/Dockerfile b/containers/apps/sogo/Dockerfile index 361b7c2ffad..3909225fddf 100644 --- a/containers/apps/sogo/Dockerfile +++ b/containers/apps/sogo/Dockerfile @@ -69,6 +69,7 @@ RUN --mount=type=bind,from=builder,source=/buildtmp/vendor/output,target=/build apache2 \ gnupg2 \ memcached \ + postgresql-client \ && \ case "${TARGETPLATFORM}" in \ 'linux/amd64') export ARCH='linux-x64' ;; \