Skip to content

Commit e24c5b0

Browse files
author
tchapi
committed
Add missing libzip
1 parent db5f771 commit e24c5b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

docker/Dockerfile-standalone

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)