Skip to content

Commit 3b20251

Browse files
committed
Replaces the pcntl with the sockets extension
1 parent 944301b commit 3b20251

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
@@ -6,8 +6,8 @@ COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-bui
66

77
# Install the PHP extensions & Docker
88
RUN apk add --no-cache --update docker openrc ncurses \
9-
&& docker-php-ext-configure pcntl --enable-pcntl \
10-
&& docker-php-ext-install -j$(nproc) pcntl \
9+
&& apk add --no-cache linux-headers \
10+
&& docker-php-ext-install -j$(nproc) sockets \
1111
&& rc-update add docker boot
1212

1313
WORKDIR /takeout

0 commit comments

Comments
 (0)