Skip to content

Commit

Permalink
Merge pull request #138 from nextcloud/enh/135/postgresql-client-in-n…
Browse files Browse the repository at this point in the history
…extcloud

install postgresql-client in Nextcloud container in order to make Nextclouds Backup app work
  • Loading branch information
szaimen committed Jan 19, 2022
2 parents 8659ae6 + 24d73ae commit 9b4de8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containers/nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ RUN set -ex; \
gnupg \
dirmngr \
git \
postgresql-client \
; \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9b4de8e

Please sign in to comment.