mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
nextcloud: add imap php ext (closes #149)
This commit is contained in:
@ -61,6 +61,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
|
||||
php7.1-posix@testing \
|
||||
php7.1-openssl@testing \
|
||||
php7.1-ldap@testing \
|
||||
php7.1-imap@testing \
|
||||
php7.1-ftp@testing \
|
||||
php7.1-pcntl@testing \
|
||||
php7.1-exif@testing \
|
||||
|
@ -58,6 +58,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
|
||||
php7.1-posix@testing \
|
||||
php7.1-openssl@testing \
|
||||
php7.1-ldap@testing \
|
||||
php7.1-imap@testing \
|
||||
php7.1-ftp@testing \
|
||||
php7.1-pcntl@testing \
|
||||
php7.1-exif@testing \
|
||||
|
Reference in New Issue
Block a user