Merge pull request #138 from nextcloud/enh/135/postgresql-client-in-nextcloud

install postgresql-client in Nextcloud container in order to make Nextclouds Backup app work
This commit is contained in:
Simon L
2022-01-19 18:48:43 +01:00
committed by GitHub

View File

@@ -214,6 +214,7 @@ RUN set -ex; \
gnupg \
dirmngr \
git \
postgresql-client \
; \
rm -rf /var/lib/apt/lists/*