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
commit 9b4de8e098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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