nextcloud: add imap php ext (closes #149)

This commit is contained in:
Wonderfall 2017-03-11 16:05:35 +01:00
parent 7e50fa836d
commit 9151fd7367
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
php7.1-posix@testing \ php7.1-posix@testing \
php7.1-openssl@testing \ php7.1-openssl@testing \
php7.1-ldap@testing \ php7.1-ldap@testing \
php7.1-imap@testing \
php7.1-ftp@testing \ php7.1-ftp@testing \
php7.1-pcntl@testing \ php7.1-pcntl@testing \
php7.1-exif@testing \ php7.1-exif@testing \

View File

@ -58,6 +58,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
php7.1-posix@testing \ php7.1-posix@testing \
php7.1-openssl@testing \ php7.1-openssl@testing \
php7.1-ldap@testing \ php7.1-ldap@testing \
php7.1-imap@testing \
php7.1-ftp@testing \ php7.1-ftp@testing \
php7.1-pcntl@testing \ php7.1-pcntl@testing \
php7.1-exif@testing \ php7.1-exif@testing \