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

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; \