Skip to content

Commit 0843895

Browse files
committed
fix
1 parent ec8228e commit 0843895

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ RUN apk add --no-cache \
77
unzip \
88
upx \
99
bash \
10-
file
10+
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
1119

1220
# Set working directory
1321
WORKDIR /build-tools

0 commit comments

Comments
 (0)