There was an error while loading. Please reload this page.
1 parent db5f771 commit e24c5b0Copy full SHA for e24c5b0
2 files changed
docker/Dockerfile
@@ -10,10 +10,10 @@ RUN apk --no-progress --update add --no-cache \
10
curl unzip fcgi \
11
# These are for php-intl
12
icu-libs \
13
- # This one is for IMAP (to provide libc-client.so)
14
- c-client \
15
# This one for LDAP
16
libldap \
+ # This one for IMAP
+ libzip \
17
# These are for GD (map image in mail)
18
freetype \
19
libjpeg-turbo \
docker/Dockerfile-standalone
@@ -9,10 +9,10 @@ RUN apk --no-progress --update add --no-cache \
9
curl unzip \
0 commit comments