Skip to content

Commit cf9c6c9

Browse files
committed
Fix Dockerfile
1 parent c380ea1 commit cf9c6c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ ARG APCU_VERSION
1717
WORKDIR /app
1818

1919
# Install paquet requirements
20-
RUN export PHP_CPPFLAGS="${PHP_CPPFLAGS} -std=c++11" \
20+
RUN export PHP_CPPFLAGS="${PHP_CPPFLAGS} -std=c++11"; \
2121
set -ex; \
2222
# Install required system packages
2323
apt-get update; \
2424
apt-get install -qy --no-install-recommends \
25-
zlib1g-dev \
25+
libzip-dev \
2626
git \
2727
; \
2828
# Compile ICU (required by intl php extension)

0 commit comments

Comments
 (0)