From 9c74b021e9852494bc42b3408b936af876d0cb9c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 27 Feb 2021 01:13:14 +0200 Subject: [PATCH] Install Postgres driver. --- sogo/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/sogo/Dockerfile b/sogo/Dockerfile index 6d981b6..dce6f6c 100644 --- a/sogo/Dockerfile +++ b/sogo/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ sogo-activesync \ sogo \ + sope4.9-gdl1-postgresql \ && \ chown sogo /etc/sogo/sogo.conf && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* -- GitLab