We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba61cbb commit 1c93fb7Copy full SHA for 1c93fb7
php-84/Dockerfile
@@ -487,9 +487,7 @@ RUN set -xe; \
487
488
# Install extensions
489
# We can install extensions manually or using `pecl`
490
-RUN git clone https://github.com/krakjoe/apcu.git \
491
- && cd apcu && git reset --hard 3299efc0987499d468693a3aa5c7e9d5548c4525 \
492
- && phpize && ./configure && make && make install && cd ../ && rm -rf apcu
+RUN pecl install APCu
493
494
495
# ---------------------------------------------------------------
0 commit comments