We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944301b commit 3b20251Copy full SHA for 3b20251
Dockerfile
@@ -6,8 +6,8 @@ COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-bui
6
7
# Install the PHP extensions & Docker
8
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 \
+ && apk add --no-cache linux-headers \
+ && docker-php-ext-install -j$(nproc) sockets \
11
&& rc-update add docker boot
12
13
WORKDIR /takeout
0 commit comments