File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ RUN apk --no-progress --update add --no-cache \
1010 curl unzip fcgi \
1111 # These are for php-intl
1212 icu-libs \
13- # This one is for IMAP (to provide libc-client.so)
14- c-client \
1513 # This one for LDAP
1614 libldap \
15+ # This one for IMAP
16+ libzip \
1717 # These are for GD (map image in mail)
1818 freetype \
1919 libjpeg-turbo \
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ RUN apk --no-progress --update add --no-cache \
99 curl unzip \
1010 # These are for php-intl
1111 icu-libs \
12- # This one is for IMAP (to provide libc-client.so)
13- c-client \
1412 # This one for LDAP
1513 libldap \
14+ # This one for IMAP
15+ libzip \
1616 # These are for GD (map image in mail)
1717 freetype \
1818 libjpeg-turbo \
You can’t perform that action at this time.
0 commit comments