Add php-openssl as SeedDMS dependency for SMTP authentication

This commit is contained in:
Disassembler 2019-05-11 13:45:15 +02:00
parent 7e1e54a63e
commit e0637ce2a2
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -8,7 +8,7 @@ FIXLAYER /usr/bin/fix-apk
RUN EOF RUN EOF
# Install runtime dependencies # 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 # Install unoconv
wget https://raw.githubusercontent.com/dagwieers/unoconv/master/unoconv -O /usr/bin/unoconv wget https://raw.githubusercontent.com/dagwieers/unoconv/master/unoconv -O /usr/bin/unoconv