Merge pull request #1817 from nextcloud/enh/588/add-backup-app-requirements

add libpg-dev and pgsql for backup app
This commit is contained in:
Simon L 2023-01-24 12:53:21 +01:00 committed by GitHub
commit fa48707a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,12 +165,14 @@ RUN set -ex; \
openssl-dev \
samba-dev \
bzip2-dev \
libpq-dev \
; \
\
docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
docker-php-ext-install \
bz2 \
imap \
pgsql \
; \
pecl install smbclient; \
docker-php-ext-enable smbclient; \