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' ;; \