We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8228e commit 0843895Copy full SHA for 0843895
1 file changed
Dockerfile
@@ -7,7 +7,15 @@ RUN apk add --no-cache \
7
unzip \
8
upx \
9
bash \
10
- file
+ file \
11
+ php-pcntl \
12
+ php-tokenizer \
13
+ php-dom \
14
+ php-xml \
15
+ php-phar
16
+
17
+# If the above doesn't work, try enabling the PCNTL extension directly:
18
+RUN docker-php-ext-install pcntl
19
20
# Set working directory
21
WORKDIR /build-tools
0 commit comments