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 8151bcc commit 4c901b1Copy full SHA for 4c901b1
php-83/Dockerfile
@@ -483,8 +483,9 @@ RUN set -xe; \
483
484
485
# Install extensions
486
-# We can install extensions manually or using `pecl`
487
-RUN pecl install APCu
+RUN git clone https://github.com/krakjoe/apcu.git \
+ && cd apcu && git reset --hard 3299efc0987499d468693a3aa5c7e9d5548c4525 \
488
+ && phpize && ./configure && make && make install && cd ../ && rm -rf apcu
489
490
491
# ---------------------------------------------------------------
0 commit comments