From e0637ce2a2c6d08a8d4a5f2cc9c4143d39f18a18 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sat, 11 May 2019 13:45:15 +0200 Subject: [PATCH] Add php-openssl as SeedDMS dependency for SMTP authentication --- seeddms/lxcfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seeddms/lxcfile b/seeddms/lxcfile index 8f4753e..1ffb41e 100644 --- a/seeddms/lxcfile +++ b/seeddms/lxcfile @@ -8,7 +8,7 @@ FIXLAYER /usr/bin/fix-apk RUN EOF # Install runtime dependencies - apk --no-cache add ghostscript imagemagick libreoffice-calc libreoffice-impress libreoffice-writer php7-fileinfo php7-iconv php7-pear php7-pdo_pgsql php7-simplexml php7-xml poppler-utils ttf-opensans + apk --no-cache add ghostscript imagemagick libreoffice-calc libreoffice-impress libreoffice-writer php7-fileinfo php7-iconv php7-openssl php7-pear php7-pdo_pgsql php7-simplexml php7-xml poppler-utils ttf-opensans # Install unoconv wget https://raw.githubusercontent.com/dagwieers/unoconv/master/unoconv -O /usr/bin/unoconv