We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c380ea1 commit cf9c6c9Copy full SHA for cf9c6c9
Dockerfile
@@ -17,12 +17,12 @@ ARG APCU_VERSION
17
WORKDIR /app
18
19
# Install paquet requirements
20
-RUN export PHP_CPPFLAGS="${PHP_CPPFLAGS} -std=c++11" \
+RUN export PHP_CPPFLAGS="${PHP_CPPFLAGS} -std=c++11"; \
21
set -ex; \
22
# Install required system packages
23
apt-get update; \
24
apt-get install -qy --no-install-recommends \
25
- zlib1g-dev \
+ libzip-dev \
26
git \
27
; \
28
# Compile ICU (required by intl php extension)
0 commit comments