2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 13:57:07 +01:00

Fix pcntl_fork error

This commit is contained in:
Philipp Holzer 2019-08-04 20:04:42 +02:00
commit ae608b6380
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
8 changed files with 14 additions and 6 deletions

View file

@ -66,6 +66,7 @@ RUN set -ex; \
ctype \
json \
iconv \
pcntl \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately